Html Css Color HEX #D20C2F Crimson

📋 copy color: '#D20C2F'

red 210 ◦ green 12 ◦ blue 47

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

Shades of Crimson #D20C2F

Tints of Crimson #D20C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 78.07%
G = 4.46%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D20C2F (or 0xD20C2F) is known color: Crimson. HEX triplet: D2, 0C and 2F. RGB value is (210,12,47). Sum of RGB (Red+Green+Blue) = 210+12+47=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C2F is #2DF3D0. Grayscale: #4B4B4B. Windows color (decimal): -3011537 or 3083474. OLE color: 3083474.

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

Color convert

RGB 210 12 47 -
CMYK 0 0.94 0.78 0.18
HSL 349.39º 0.89% 0.44% -
HSV(B) 349.39º 0.94% 0.82% -
XYZ 27.22 14.17 3.99 -
YUV 75.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 210 12 47 0 0.94 0.78 0.18 349.39 0.89 0.44
Hex D2 C 2F 0 5E 4E 12 15D 59 2C
Octal 322 14 57 0 136 116 22 535 131 54
Binary 11010010 1100 101111 0 1011110 1001110 10010 101011101 1011001 101100

Color Harmonies of #D20C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C2F

Black with #D20C2F

Text Example


Text Example

White with #D20C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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