Html Css Color HEX #D20736 Crimson

📋 copy color: '#D20736'

red 210 ◦ green 7 ◦ blue 54

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

Shades of Crimson #D20736

Tints of Crimson #D20736

RGB

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

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

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

R = 77.49%
G = 2.58%
B = 19.93%

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

#D20736 (or 0xD20736) is known color: Crimson. HEX triplet: D2, 07 and 36. RGB value is (210,7,54). Sum of RGB (Red+Green+Blue) = 210+7+54=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D20736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20736 is #2DF8C9. Grayscale: #494949. Windows color (decimal): -3012810 or 3540946. OLE color: 3540946.

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

Color convert

RGB 210 7 54 -
CMYK 0 0.97 0.74 0.18
HSL 346.11º 0.94% 0.43% -
HSV(B) 346.11º 0.97% 0.82% -
XYZ 27.32 14.12 4.78 -
YUV 73.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 210 7 54 0 0.97 0.74 0.18 346.11 0.94 0.43
Hex D2 7 36 0 61 4A 12 15A 5E 2B
Octal 322 7 66 0 141 112 22 532 136 53
Binary 11010010 111 110110 0 1100001 1001010 10010 101011010 1011110 101011

Color Harmonies of #D20736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20736

Black with #D20736

Text Example


Text Example

White with #D20736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20736; }

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

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

background-color css

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

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

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

border-color css

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

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

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