Html Css Color HEX #D62142 Crimson

📋 copy color: '#D62142'

red 214 ◦ green 33 ◦ blue 66

#D62142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D62142

Tints of Crimson #D62142

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 value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D62142 (or 0xD62142) is known color: 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

RGB 214 33 66 -
CMYK 0 0.85 0.69 0.16
HSL 349.06º 0.73% 0.48% -
HSV(B) 349.06º 0.85% 0.84% -
XYZ 29.26 15.78 6.66 -
YUV 90.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 214 33 66 0 0.85 0.69 0.16 349.06 0.73 0.48
Hex D6 21 42 0 55 45 10 15D 49 30
Octal 326 41 102 0 125 105 20 535 111 60
Binary 11010110 100001 1000010 0 1010101 1000101 10000 101011101 1001001 110000

Color Harmonies of #D62142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62142

Black with #D62142

Text Example


Text Example

White with #D62142

Text Example


Text Example

HTML Codes & Css Web 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>