Html Css Color HEX #D90242 Crimson

📋 copy color: '#D90242'

red 217 ◦ green 2 ◦ blue 66

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

Shades of Crimson #D90242

Tints of Crimson #D90242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 76.14%
G = 0.7%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90242 (or 0xD90242) is known color: Crimson. HEX triplet: D9, 02 and 42. RGB value is (217,2,66). Sum of RGB (Red+Green+Blue) = 217+2+66=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D90242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90242 is #26FDBD. Grayscale: #494949. Windows color (decimal): -2555326 or 4326105. OLE color: 4326105.

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

Color convert

RGB 217 2 66 -
CMYK 0 0.99 0.70 0.15
HSL 342.14º 0.98% 0.43% -
HSV(B) 342.14º 0.99% 0.85% -
XYZ 29.62 15.19 6.52 -
YUV 73.58 123.73 230.3 -
System Red Green Blue C M Y K H S L
Decimal 217 2 66 0 0.99 0.70 0.15 342.14 0.98 0.43
Hex D9 2 42 0 63 46 F 156 62 2B
Octal 331 2 102 0 143 106 17 526 142 53
Binary 11011001 10 1000010 0 1100011 1000110 1111 101010110 1100010 101011

Color Harmonies of #D90242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90242

Black with #D90242

Text Example


Text Example

White with #D90242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90242; }

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

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

background-color css

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

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

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

border-color css

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

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

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