Html Css Color HEX #D90333 Crimson

📋 copy color: '#D90333'

red 217 ◦ green 3 ◦ blue 51

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

Shades of Crimson #D90333

Tints of Crimson #D90333

RGB

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

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

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

R = 80.07%
G = 1.11%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90333 (or 0xD90333) is known color: Crimson. HEX triplet: D9, 03 and 33. RGB value is (217,3,51). Sum of RGB (Red+Green+Blue) = 217+3+51=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D90333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90333 is #26FCCC. Grayscale: #484848. Windows color (decimal): -2555085 or 3343321. OLE color: 3343321.

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

Color convert

RGB 217 3 51 -
CMYK 0 0.99 0.76 0.15
HSL 346.54º 0.97% 0.43% -
HSV(B) 346.54º 0.99% 0.85% -
XYZ 29.25 15.06 4.5 -
YUV 72.46 115.9 231.1 -
System Red Green Blue C M Y K H S L
Decimal 217 3 51 0 0.99 0.76 0.15 346.54 0.97 0.43
Hex D9 3 33 0 63 4C F 15B 61 2B
Octal 331 3 63 0 143 114 17 533 141 53
Binary 11011001 11 110011 0 1100011 1001100 1111 101011011 1100001 101011

Color Harmonies of #D90333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90333

Black with #D90333

Text Example


Text Example

White with #D90333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90333; }

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

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

background-color css

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

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

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

border-color css

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

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

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