Html Css Color HEX #D40442 Crimson

📋 copy color: '#D40442'

red 212 ◦ green 4 ◦ blue 66

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

Shades of Crimson #D40442

Tints of Crimson #D40442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 75.18%
G = 1.42%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D40442 (or 0xD40442) is known color: Crimson. HEX triplet: D4, 04 and 42. RGB value is (212,4,66). Sum of RGB (Red+Green+Blue) = 212+4+66=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D40442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40442 is #2BFBBD. Grayscale: #494949. Windows color (decimal): -2882494 or 4326612. OLE color: 4326612.

HSL color Cylindrical-coordinate representation of color #D40442: hue angle of 342.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40442 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 4 66 -
CMYK 0 0.98 0.69 0.17
HSL 342.12º 0.96% 0.42% -
HSV(B) 342.12º 0.98% 0.83% -
XYZ 28.18 14.48 6.46 -
YUV 73.26 123.91 226.96 -
System Red Green Blue C M Y K H S L
Decimal 212 4 66 0 0.98 0.69 0.17 342.12 0.96 0.42
Hex D4 4 42 0 62 45 11 156 60 2A
Octal 324 4 102 0 142 105 21 526 140 52
Binary 11010100 100 1000010 0 1100010 1000101 10001 101010110 1100000 101010

Color Harmonies of #D40442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40442

Black with #D40442

Text Example


Text Example

White with #D40442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40442; }

 p { color: rgb(212,4,66); }

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

background-color css

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

 a { background-color: rgb(212,4,66); }

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

border-color css

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

 span { border-color: rgb(212,4,66); }

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