Html Css Color HEX #D62047 Crimson

📋 copy color: '#D62047'

red 214 ◦ green 32 ◦ blue 71

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

Shades of Crimson #D62047

Tints of Crimson #D62047

RGB

 RED value IS 214 (83.98% from 255) = 67.51%

 GREEN value IS 32 (12.89% from 255) = 10.09%

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 67.51%
G = 10.09%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D62047 (or 0xD62047) is known color: Crimson. HEX triplet: D6, 20 and 47. RGB value is (214,32,71). Sum of RGB (Red+Green+Blue) = 214+32+71=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D62047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62047 is #29DFB8. Grayscale: #5A5A5A. Windows color (decimal): -2744249 or 4661462. OLE color: 4661462.

HSL color Cylindrical-coordinate representation of color #D62047: hue angle of 347.14º degrees, saturation: 0.74, 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 #D62047 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 71 -
CMYK 0 0.85 0.67 0.16
HSL 347.14º 0.74% 0.48% -
HSV(B) 347.14º 0.85% 0.84% -
XYZ 29.39 15.78 7.46 -
YUV 90.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 214 32 71 0 0.85 0.67 0.16 347.14 0.74 0.48
Hex D6 20 47 0 55 43 10 15B 4A 30
Octal 326 40 107 0 125 103 20 533 112 60
Binary 11010110 100000 1000111 0 1010101 1000011 10000 101011011 1001010 110000

Color Harmonies of #D62047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62047

Black with #D62047

Text Example


Text Example

White with #D62047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62047; }

 p { color: rgb(214,32,71); }

 H1.HeaderClassName
 {
   color: #D62047;
 }
 .AnyTagClassName
 {
   color: #D62047;
 }
</style>

background-color css

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

 a { background-color: rgb(214,32,71); }

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

border-color css

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

 span { border-color: rgb(214,32,71); }

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