Html Css Color HEX #D20936 Crimson

📋 copy color: '#D20936'

red 210 ◦ green 9 ◦ blue 54

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

Shades of Crimson #D20936

Tints of Crimson #D20936

RGB

 RED value IS 210 (82.42% from 255) = 76.92%

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 54 (21.48% from 255) = 19.78%

R = 76.92%
G = 3.3%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D20936 (or 0xD20936) is known color: Crimson. HEX triplet: D2, 09 and 36. RGB value is (210,9,54). Sum of RGB (Red+Green+Blue) = 210+9+54=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D20936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20936 is #2DF6C9. Grayscale: #4A4A4A. Windows color (decimal): -3012298 or 3541458. OLE color: 3541458.

HSL color Cylindrical-coordinate representation of color #D20936: hue angle of 346.57º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20936 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 54 -
CMYK 0 0.96 0.74 0.18
HSL 346.57º 0.92% 0.43% -
HSV(B) 346.57º 0.96% 0.82% -
XYZ 27.34 14.16 4.78 -
YUV 74.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 210 9 54 0 0.96 0.74 0.18 346.57 0.92 0.43
Hex D2 9 36 0 60 4A 12 15B 5C 2B
Octal 322 11 66 0 140 112 22 533 134 53
Binary 11010010 1001 110110 0 1100000 1001010 10010 101011011 1011100 101011

Color Harmonies of #D20936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20936

Black with #D20936

Text Example


Text Example

White with #D20936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20936; }

 p { color: rgb(210,9,54); }

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

background-color css

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

 a { background-color: rgb(210,9,54); }

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

border-color css

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

 span { border-color: rgb(210,9,54); }

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