Html Css Color HEX #D90434 Crimson

📋 copy color: '#D90434'

red 217 ◦ green 4 ◦ blue 52

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

Shades of Crimson #D90434

Tints of Crimson #D90434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 79.49%
G = 1.47%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90434 (or 0xD90434) is known color: Crimson. HEX triplet: D9, 04 and 34. RGB value is (217,4,52). Sum of RGB (Red+Green+Blue) = 217+4+52=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D90434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90434 is #26FBCB. Grayscale: #494949. Windows color (decimal): -2554828 or 3409113. OLE color: 3409113.

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

Color convert

RGB 217 4 52 -
CMYK 0 0.98 0.76 0.15
HSL 346.48º 0.96% 0.43% -
HSV(B) 346.48º 0.98% 0.85% -
XYZ 29.28 15.09 4.62 -
YUV 73.16 116.07 230.6 -
System Red Green Blue C M Y K H S L
Decimal 217 4 52 0 0.98 0.76 0.15 346.48 0.96 0.43
Hex D9 4 34 0 62 4C F 15A 60 2B
Octal 331 4 64 0 142 114 17 532 140 53
Binary 11011001 100 110100 0 1100010 1001100 1111 101011010 1100000 101011

Color Harmonies of #D90434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90434

Black with #D90434

Text Example


Text Example

White with #D90434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90434; }

 p { color: rgb(217,4,52); }

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

background-color css

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

 a { background-color: rgb(217,4,52); }

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

border-color css

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

 span { border-color: rgb(217,4,52); }

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