#D62142

Color #D62142 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D62142

Tints of Crimson #D62142

Color information

#D62142 (or 0xD62142) is unknown color: approx Crimson. HEX triplet: D6, 21 and 42. RGB value is (214,33,66). Sum of RGB (Red+Green+Blue) = 214+33+66=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D62142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62142 is #29DEBD. Grayscale: #5A5A5A. Windows color (decimal): -2743998 or 4334038. OLE color: 4334038.

HSL color Cylindrical-coordinate representation of color #D62142: hue angle of 349.06º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62142 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2143366-
CMYK00.850.690.16
HSL349.06º73.28%48.43%-
HSV(B)349.06º84.58%83.92%-
XYZ29.2615.786.66-
YUV90.88113.97215.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 68.37%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=68.37%
G=10.54%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214336600.850.690.16349.0673.2848.43
HexD62142055451015d4930
Octal3264110201251052053511160
Binary110101101000011000010010101011000101100001010111011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62142; }

 p { color: rgb(214,33,66); }

 H1.HeaderClassName
 {
   color: #D62142;
 }
 .AnyTagClassName
 {
   color: #D62142;
 }
</style>
background-color css

<style>
 a { background-color: #D62142; }

 a { background-color: rgb(214,33,66); }

 div.DivClassName
 {
   background-color: #D62142;
 }
 .BgClassName
 {
   background-color: #D62142;
 }
</style>
border-color css

<style>
 span { border-color: #D62142; }

 span { border-color: rgb(214,33,66); }

 td.TdClassName
 {
   border-color: #D62142;
 }
 .TagClassName
 {
   border-color: #D62142;
 }
</style>