Html Css Color HEX #D20637 Crimson

📋 copy color: '#D20637'

red 210 ◦ green 6 ◦ blue 55

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

Shades of Crimson #D20637

Tints of Crimson #D20637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 77.49%
G = 2.21%
B = 20.3%

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

#D20637 (or 0xD20637) is known color: Crimson. HEX triplet: D2, 06 and 37. RGB value is (210,6,55). Sum of RGB (Red+Green+Blue) = 210+6+55=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D20637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20637 is #2DF9C8. Grayscale: #484848. Windows color (decimal): -3013065 or 3606226. OLE color: 3606226.

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

Color convert

RGB 210 6 55 -
CMYK 0 0.97 0.74 0.18
HSL 345.59º 0.94% 0.42% -
HSV(B) 345.59º 0.97% 0.82% -
XYZ 27.33 14.11 4.9 -
YUV 72.58 118.09 226.02 -
System Red Green Blue C M Y K H S L
Decimal 210 6 55 0 0.97 0.74 0.18 345.59 0.94 0.42
Hex D2 6 37 0 61 4A 12 15A 5E 2A
Octal 322 6 67 0 141 112 22 532 136 52
Binary 11010010 110 110111 0 1100001 1001010 10010 101011010 1011110 101010

Color Harmonies of #D20637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20637

Black with #D20637

Text Example


Text Example

White with #D20637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20637; }

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

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

background-color css

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

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

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

border-color css

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

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

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