Html Css Color HEX #D90234 Crimson

📋 copy color: '#D90234'

red 217 ◦ green 2 ◦ blue 52

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

Shades of Crimson #D90234

Tints of Crimson #D90234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 80.07%
G = 0.74%
B = 19.19%

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

#D90234 (or 0xD90234) is known color: Crimson. HEX triplet: D9, 02 and 34. RGB value is (217,2,52). Sum of RGB (Red+Green+Blue) = 217+2+52=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D90234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90234 is #26FDCB. Grayscale: #484848. Windows color (decimal): -2555340 or 3408601. OLE color: 3408601.

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

Color convert

RGB 217 2 52 -
CMYK 0 0.99 0.76 0.15
HSL 346.05º 0.98% 0.43% -
HSV(B) 346.05º 0.99% 0.85% -
XYZ 29.26 15.04 4.61 -
YUV 71.99 116.73 231.43 -
System Red Green Blue C M Y K H S L
Decimal 217 2 52 0 0.99 0.76 0.15 346.05 0.98 0.43
Hex D9 2 34 0 63 4C F 15A 62 2B
Octal 331 2 64 0 143 114 17 532 142 53
Binary 11011001 10 110100 0 1100011 1001100 1111 101011010 1100010 101011

Color Harmonies of #D90234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90234

Black with #D90234

Text Example


Text Example

White with #D90234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90234; }

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

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

background-color css

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

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

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

border-color css

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

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

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