Html Css Color HEX #D90332 Crimson

📋 copy color: '#D90332'

red 217 ◦ green 3 ◦ blue 50

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

Shades of Crimson #D90332

Tints of Crimson #D90332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 80.37%
G = 1.11%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D90332 (or 0xD90332) is known color: Crimson. HEX triplet: D9, 03 and 32. RGB value is (217,3,50). Sum of RGB (Red+Green+Blue) = 217+3+50=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D90332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90332 is #26FCCD. Grayscale: #484848. Windows color (decimal): -2555086 or 3277785. OLE color: 3277785.

HSL color Cylindrical-coordinate representation of color #D90332: hue angle of 346.82º degrees, saturation: 0.97, 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 #D90332 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 3 50 -
CMYK 0 0.99 0.77 0.15
HSL 346.82º 0.97% 0.43% -
HSV(B) 346.82º 0.99% 0.85% -
XYZ 29.22 15.05 4.38 -
YUV 72.34 115.4 231.18 -
System Red Green Blue C M Y K H S L
Decimal 217 3 50 0 0.99 0.77 0.15 346.82 0.97 0.43
Hex D9 3 32 0 63 4D F 15B 61 2B
Octal 331 3 62 0 143 115 17 533 141 53
Binary 11011001 11 110010 0 1100011 1001101 1111 101011011 1100001 101011

Color Harmonies of #D90332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90332

Black with #D90332

Text Example


Text Example

White with #D90332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90332; }

 p { color: rgb(217,3,50); }

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

background-color css

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

 a { background-color: rgb(217,3,50); }

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

border-color css

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

 span { border-color: rgb(217,3,50); }

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