Html Css Color HEX #D20636 Crimson

📋 copy color: '#D20636'

red 210 ◦ green 6 ◦ blue 54

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

Shades of Crimson #D20636

Tints of Crimson #D20636

RGB

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

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

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

R = 77.78%
G = 2.22%
B = 20%

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

#D20636 (or 0xD20636) is known color: Crimson. HEX triplet: D2, 06 and 36. RGB value is (210,6,54). Sum of RGB (Red+Green+Blue) = 210+6+54=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D20636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20636 is #2DF9C9. Grayscale: #484848. Windows color (decimal): -3013066 or 3540690. OLE color: 3540690.

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

Color convert

RGB 210 6 54 -
CMYK 0 0.97 0.74 0.18
HSL 345.88º 0.94% 0.42% -
HSV(B) 345.88º 0.97% 0.82% -
XYZ 27.31 14.1 4.77 -
YUV 72.47 117.59 226.1 -
System Red Green Blue C M Y K H S L
Decimal 210 6 54 0 0.97 0.74 0.18 345.88 0.94 0.42
Hex D2 6 36 0 61 4A 12 15A 5E 2A
Octal 322 6 66 0 141 112 22 532 136 52
Binary 11010010 110 110110 0 1100001 1001010 10010 101011010 1011110 101010

Color Harmonies of #D20636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20636

Black with #D20636

Text Example


Text Example

White with #D20636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20636; }

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

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

background-color css

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

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

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

border-color css

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

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

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