Html Css Color HEX #D20737 Crimson

📋 copy color: '#D20737'

red 210 ◦ green 7 ◦ blue 55

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

Shades of Crimson #D20737

Tints of Crimson #D20737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

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

R = 77.21%
G = 2.57%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D20737 (or 0xD20737) is known color: Crimson. HEX triplet: D2, 07 and 37. RGB value is (210,7,55). Sum of RGB (Red+Green+Blue) = 210+7+55=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D20737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20737 is #2DF8C8. Grayscale: #494949. Windows color (decimal): -3012809 or 3606482. OLE color: 3606482.

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

Color convert

RGB 210 7 55 -
CMYK 0 0.97 0.74 0.18
HSL 345.81º 0.94% 0.43% -
HSV(B) 345.81º 0.97% 0.82% -
XYZ 27.34 14.13 4.9 -
YUV 73.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 210 7 55 0 0.97 0.74 0.18 345.81 0.94 0.43
Hex D2 7 37 0 61 4A 12 15A 5E 2B
Octal 322 7 67 0 141 112 22 532 136 53
Binary 11010010 111 110111 0 1100001 1001010 10010 101011010 1011110 101011

Color Harmonies of #D20737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20737

Black with #D20737

Text Example


Text Example

White with #D20737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20737; }

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

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

background-color css

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

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

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

border-color css

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

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

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