Html Css Color HEX #D90033 Crimson

📋 copy color: '#D90033'

red 217 ◦ green 0 ◦ blue 51

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

Shades of Crimson #D90033

Tints of Crimson #D90033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 80.97%
G = 0%
B = 19.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90033 (or 0xD90033) is known color: Crimson. HEX triplet: D9, 00 and 33. RGB value is (217,0,51). Sum of RGB (Red+Green+Blue) = 217+0+51=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D90033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90033 is #26FFCC. Grayscale: #464646. Windows color (decimal): -2555853 or 3342553. OLE color: 3342553.

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

Color convert

RGB 217 0 51 -
CMYK 0 1 0.76 0.15
HSL 345.9º 1% 0.43% -
HSV(B) 345.9º 1% 0.85% -
XYZ 29.21 14.99 4.49 -
YUV 70.7 116.89 232.35 -
System Red Green Blue C M Y K H S L
Decimal 217 0 51 0 1 0.76 0.15 345.9 1 0.43
Hex D9 0 33 0 64 4C F 15A 64 2B
Octal 331 0 63 0 144 114 17 532 144 53
Binary 11011001 0 110011 0 1100100 1001100 1111 101011010 1100100 101011

Color Harmonies of #D90033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90033

Black with #D90033

Text Example


Text Example

White with #D90033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90033; }

 p { color: rgb(217,0,51); }

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

background-color css

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

 a { background-color: rgb(217,0,51); }

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

border-color css

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

 span { border-color: rgb(217,0,51); }

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