Html Css Color HEX #D42047 Crimson

📋 copy color: '#D42047'

red 212 ◦ green 32 ◦ blue 71

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

Shades of Crimson #D42047

Tints of Crimson #D42047

RGB

 RED value IS 212 (83.2% from 255) = 67.3%

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

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

R = 67.3%
G = 10.16%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D42047 (or 0xD42047) is known color: Crimson. HEX triplet: D4, 20 and 47. RGB value is (212,32,71). Sum of RGB (Red+Green+Blue) = 212+32+71=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D42047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42047 is #2BDFB8. Grayscale: #5A5A5A. Windows color (decimal): -2875321 or 4661460. OLE color: 4661460.

HSL color Cylindrical-coordinate representation of color #D42047: hue angle of 347º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D42047 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 71 -
CMYK 0 0.85 0.67 0.17
HSL 347º 0.74% 0.48% -
HSV(B) 347º 0.85% 0.83% -
XYZ 28.81 15.49 7.43 -
YUV 90.27 117.13 214.83 -
System Red Green Blue C M Y K H S L
Decimal 212 32 71 0 0.85 0.67 0.17 347 0.74 0.48
Hex D4 20 47 0 55 43 11 15B 4A 30
Octal 324 40 107 0 125 103 21 533 112 60
Binary 11010100 100000 1000111 0 1010101 1000011 10001 101011011 1001010 110000

Color Harmonies of #D42047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42047

Black with #D42047

Text Example


Text Example

White with #D42047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42047; }

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

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

background-color css

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

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

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

border-color css

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

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

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