Html Css Color HEX #D42048 Crimson

📋 copy color: '#D42048'

red 212 ◦ green 32 ◦ blue 72

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

Shades of Crimson #D42048

Tints of Crimson #D42048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 67.09%
G = 10.13%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D42048 (or 0xD42048) is known color: Crimson. HEX triplet: D4, 20 and 48. RGB value is (212,32,72). Sum of RGB (Red+Green+Blue) = 212+32+72=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D42048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42048 is #2BDFB7. Grayscale: #5A5A5A. Windows color (decimal): -2875320 or 4726996. OLE color: 4726996.

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

Color convert

RGB 212 32 72 -
CMYK 0 0.85 0.66 0.17
HSL 346.67º 0.74% 0.48% -
HSV(B) 346.67º 0.85% 0.83% -
XYZ 28.84 15.5 7.6 -
YUV 90.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 212 32 72 0 0.85 0.66 0.17 346.67 0.74 0.48
Hex D4 20 48 0 55 42 11 15B 4A 30
Octal 324 40 110 0 125 102 21 533 112 60
Binary 11010100 100000 1001000 0 1010101 1000010 10001 101011011 1001010 110000

Color Harmonies of #D42048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42048

Black with #D42048

Text Example


Text Example

White with #D42048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42048; }

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

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

background-color css

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

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

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

border-color css

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

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

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