Html Css Color HEX #D90442 Crimson

📋 copy color: '#D90442'

red 217 ◦ green 4 ◦ blue 66

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

Shades of Crimson #D90442

Tints of Crimson #D90442

RGB

 RED value IS 217 (85.16% from 255) = 75.61%

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

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

R = 75.61%
G = 1.39%
B = 23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90442 (or 0xD90442) is known color: Crimson. HEX triplet: D9, 04 and 42. RGB value is (217,4,66). Sum of RGB (Red+Green+Blue) = 217+4+66=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D90442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90442 is #26FBBD. Grayscale: #4A4A4A. Windows color (decimal): -2554814 or 4326617. OLE color: 4326617.

HSL color Cylindrical-coordinate representation of color #D90442: hue angle of 342.54º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90442 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 4 66 -
CMYK 0 0.98 0.70 0.15
HSL 342.54º 0.96% 0.43% -
HSV(B) 342.54º 0.98% 0.85% -
XYZ 29.64 15.23 6.53 -
YUV 74.76 123.07 229.46 -
System Red Green Blue C M Y K H S L
Decimal 217 4 66 0 0.98 0.70 0.15 342.54 0.96 0.43
Hex D9 4 42 0 62 46 F 157 60 2B
Octal 331 4 102 0 142 106 17 527 140 53
Binary 11011001 100 1000010 0 1100010 1000110 1111 101010111 1100000 101011

Color Harmonies of #D90442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90442

Black with #D90442

Text Example


Text Example

White with #D90442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90442; }

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

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

background-color css

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

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

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

border-color css

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

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

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