Html Css Color HEX #D42044 Crimson

📋 copy color: '#D42044'

red 212 ◦ green 32 ◦ blue 68

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

Shades of Crimson #D42044

Tints of Crimson #D42044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 67.95%
G = 10.26%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D42044 (or 0xD42044) is known color: Crimson. HEX triplet: D4, 20 and 44. RGB value is (212,32,68). Sum of RGB (Red+Green+Blue) = 212+32+68=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D42044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42044 is #2BDFBB. Grayscale: #595959. Windows color (decimal): -2875324 or 4464852. OLE color: 4464852.

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

Color convert

RGB 212 32 68 -
CMYK 0 0.85 0.68 0.17
HSL 348º 0.74% 0.48% -
HSV(B) 348º 0.85% 0.83% -
XYZ 28.71 15.45 6.94 -
YUV 89.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 212 32 68 0 0.85 0.68 0.17 348 0.74 0.48
Hex D4 20 44 0 55 44 11 15C 4A 30
Octal 324 40 104 0 125 104 21 534 112 60
Binary 11010100 100000 1000100 0 1010101 1000100 10001 101011100 1001010 110000

Color Harmonies of #D42044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42044

Black with #D42044

Text Example


Text Example

White with #D42044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42044; }

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

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

background-color css

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

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

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

border-color css

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

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

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