Html Css Color HEX #D90335 Crimson

📋 copy color: '#D90335'

red 217 ◦ green 3 ◦ blue 53

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

Shades of Crimson #D90335

Tints of Crimson #D90335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 79.49%
G = 1.1%
B = 19.41%

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

#D90335 (or 0xD90335) is known color: Crimson. HEX triplet: D9, 03 and 35. RGB value is (217,3,53). Sum of RGB (Red+Green+Blue) = 217+3+53=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D90335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90335 is #26FCCA. Grayscale: #484848. Windows color (decimal): -2555083 or 3474393. OLE color: 3474393.

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

Color convert

RGB 217 3 53 -
CMYK 0 0.99 0.76 0.15
HSL 345.98º 0.97% 0.43% -
HSV(B) 345.98º 0.99% 0.85% -
XYZ 29.29 15.07 4.73 -
YUV 72.69 116.9 230.93 -
System Red Green Blue C M Y K H S L
Decimal 217 3 53 0 0.99 0.76 0.15 345.98 0.97 0.43
Hex D9 3 35 0 63 4C F 15A 61 2B
Octal 331 3 65 0 143 114 17 532 141 53
Binary 11011001 11 110101 0 1100011 1001100 1111 101011010 1100001 101011

Color Harmonies of #D90335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90335

Black with #D90335

Text Example


Text Example

White with #D90335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90335; }

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

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

background-color css

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

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

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

border-color css

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

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

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