Html Css Color HEX #D20C3C Crimson

📋 copy color: '#D20C3C'

red 210 ◦ green 12 ◦ blue 60

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

Shades of Crimson #D20C3C

Tints of Crimson #D20C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 74.47%
G = 4.26%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D20C3C (or 0xD20C3C) is known color: Crimson. HEX triplet: D2, 0C and 3C. RGB value is (210,12,60). Sum of RGB (Red+Green+Blue) = 210+12+60=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C3C is #2DF3C3. Grayscale: #4C4C4C. Windows color (decimal): -3011524 or 3935442. OLE color: 3935442.

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

Color convert

RGB 210 12 60 -
CMYK 0 0.94 0.71 0.18
HSL 345.45º 0.89% 0.44% -
HSV(B) 345.45º 0.94% 0.82% -
XYZ 27.53 14.29 5.58 -
YUV 76.67 118.6 223.1 -
System Red Green Blue C M Y K H S L
Decimal 210 12 60 0 0.94 0.71 0.18 345.45 0.89 0.44
Hex D2 C 3C 0 5E 47 12 159 59 2C
Octal 322 14 74 0 136 107 22 531 131 54
Binary 11010010 1100 111100 0 1011110 1000111 10010 101011001 1011001 101100

Color Harmonies of #D20C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C3C

Black with #D20C3C

Text Example


Text Example

White with #D20C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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