Html Css Color HEX #D42038 Crimson

📋 copy color: '#D42038'

red 212 ◦ green 32 ◦ blue 56

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

Shades of Crimson #D42038

Tints of Crimson #D42038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 70.67%
G = 10.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D42038 (or 0xD42038) is known color: Crimson. HEX triplet: D4, 20 and 38. RGB value is (212,32,56). Sum of RGB (Red+Green+Blue) = 212+32+56=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D42038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42038 is #2BDFC7. Grayscale: #585858. Windows color (decimal): -2875336 or 3678420. OLE color: 3678420.

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

Color convert

RGB 212 32 56 -
CMYK 0 0.85 0.74 0.17
HSL 352º 0.74% 0.48% -
HSV(B) 352º 0.85% 0.83% -
XYZ 28.38 15.32 5.2 -
YUV 88.56 109.63 216.05 -
System Red Green Blue C M Y K H S L
Decimal 212 32 56 0 0.85 0.74 0.17 352 0.74 0.48
Hex D4 20 38 0 55 4A 11 160 4A 30
Octal 324 40 70 0 125 112 21 540 112 60
Binary 11010100 100000 111000 0 1010101 1001010 10001 101100000 1001010 110000

Color Harmonies of #D42038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42038

Black with #D42038

Text Example


Text Example

White with #D42038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42038; }

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

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

background-color css

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

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

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

border-color css

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

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

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