Html Css Color HEX #D20C3B Crimson

📋 copy color: '#D20C3B'

red 210 ◦ green 12 ◦ blue 59

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

Shades of Crimson #D20C3B

Tints of Crimson #D20C3B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 59 (23.44% from 255) = 21%

R = 74.73%
G = 4.27%
B = 21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D20C3B (or 0xD20C3B) is known color: Crimson. HEX triplet: D2, 0C and 3B. RGB value is (210,12,59). Sum of RGB (Red+Green+Blue) = 210+12+59=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C3B is #2DF3C4. Grayscale: #4C4C4C. Windows color (decimal): -3011525 or 3869906. OLE color: 3869906.

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

Color convert

RGB 210 12 59 -
CMYK 0 0.94 0.72 0.18
HSL 345.76º 0.89% 0.44% -
HSV(B) 345.76º 0.94% 0.82% -
XYZ 27.5 14.28 5.44 -
YUV 76.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 210 12 59 0 0.94 0.72 0.18 345.76 0.89 0.44
Hex D2 C 3B 0 5E 48 12 15A 59 2C
Octal 322 14 73 0 136 110 22 532 131 54
Binary 11010010 1100 111011 0 1011110 1001000 10010 101011010 1011001 101100

Color Harmonies of #D20C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C3B

Black with #D20C3B

Text Example


Text Example

White with #D20C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C3B; }

 p { color: rgb(210,12,59); }

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

background-color css

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

 a { background-color: rgb(210,12,59); }

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

border-color css

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

 span { border-color: rgb(210,12,59); }

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