Html Css Color HEX #D42046 Crimson

📋 copy color: '#D42046'

red 212 ◦ green 32 ◦ blue 70

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

Shades of Crimson #D42046

Tints of Crimson #D42046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 67.52%
G = 10.19%
B = 22.29%

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

#D42046 (or 0xD42046) is known color: Crimson. HEX triplet: D4, 20 and 46. RGB value is (212,32,70). Sum of RGB (Red+Green+Blue) = 212+32+70=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D42046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42046 is #2BDFB9. Grayscale: #5A5A5A. Windows color (decimal): -2875322 or 4595924. OLE color: 4595924.

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

Color convert

RGB 212 32 70 -
CMYK 0 0.85 0.67 0.17
HSL 347.33º 0.74% 0.48% -
HSV(B) 347.33º 0.85% 0.83% -
XYZ 28.77 15.47 7.26 -
YUV 90.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 212 32 70 0 0.85 0.67 0.17 347.33 0.74 0.48
Hex D4 20 46 0 55 43 11 15B 4A 30
Octal 324 40 106 0 125 103 21 533 112 60
Binary 11010100 100000 1000110 0 1010101 1000011 10001 101011011 1001010 110000

Color Harmonies of #D42046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42046

Black with #D42046

Text Example


Text Example

White with #D42046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42046; }

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

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

background-color css

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

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

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

border-color css

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

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

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