Html Css Color HEX #D90133 Crimson

📋 copy color: '#D90133'

red 217 ◦ green 1 ◦ blue 51

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

Shades of Crimson #D90133

Tints of Crimson #D90133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 80.67%
G = 0.37%
B = 18.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90133 (or 0xD90133) is known color: Crimson. HEX triplet: D9, 01 and 33. RGB value is (217,1,51). Sum of RGB (Red+Green+Blue) = 217+1+51=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D90133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90133 is #26FECC. Grayscale: #474747. Windows color (decimal): -2555597 or 3342809. OLE color: 3342809.

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

Color convert

RGB 217 1 51 -
CMYK 0 1.00 0.76 0.15
HSL 346.11º 0.99% 0.43% -
HSV(B) 346.11º 1% 0.85% -
XYZ 29.22 15.01 4.49 -
YUV 71.28 116.56 231.93 -
System Red Green Blue C M Y K H S L
Decimal 217 1 51 0 1.00 0.76 0.15 346.11 0.99 0.43
Hex D9 1 33 0 64 4C F 15A 63 2B
Octal 331 1 63 0 144 114 17 532 143 53
Binary 11011001 1 110011 0 1100100 1001100 1111 101011010 1100011 101011

Color Harmonies of #D90133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90133

Black with #D90133

Text Example


Text Example

White with #D90133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90133; }

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

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

background-color css

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

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

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

border-color css

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

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

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