Html Css Color HEX #D20937 Crimson

📋 copy color: '#D20937'

red 210 ◦ green 9 ◦ blue 55

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

Shades of Crimson #D20937

Tints of Crimson #D20937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.07%

R = 76.64%
G = 3.28%
B = 20.07%

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

#D20937 (or 0xD20937) is known color: Crimson. HEX triplet: D2, 09 and 37. RGB value is (210,9,55). Sum of RGB (Red+Green+Blue) = 210+9+55=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D20937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20937 is #2DF6C8. Grayscale: #4A4A4A. Windows color (decimal): -3012297 or 3606994. OLE color: 3606994.

HSL color Cylindrical-coordinate representation of color #D20937: hue angle of 346.27º 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 #D20937 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 55 -
CMYK 0 0.96 0.74 0.18
HSL 346.27º 0.92% 0.43% -
HSV(B) 346.27º 0.96% 0.82% -
XYZ 27.37 14.17 4.91 -
YUV 74.34 117.09 224.76 -
System Red Green Blue C M Y K H S L
Decimal 210 9 55 0 0.96 0.74 0.18 346.27 0.92 0.43
Hex D2 9 37 0 60 4A 12 15A 5C 2B
Octal 322 11 67 0 140 112 22 532 134 53
Binary 11010010 1001 110111 0 1100000 1001010 10010 101011010 1011100 101011

Color Harmonies of #D20937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20937

Black with #D20937

Text Example


Text Example

White with #D20937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20937; }

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

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

background-color css

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

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

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

border-color css

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

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

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