Html Css Color HEX #D20C31 Crimson

📋 copy color: '#D20C31'

red 210 ◦ green 12 ◦ blue 49

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

Shades of Crimson #D20C31

Tints of Crimson #D20C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 77.49%
G = 4.43%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D20C31 (or 0xD20C31) is known color: Crimson. HEX triplet: D2, 0C and 31. RGB value is (210,12,49). Sum of RGB (Red+Green+Blue) = 210+12+49=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C31 is #2DF3CE. Grayscale: #4B4B4B. Windows color (decimal): -3011535 or 3214546. OLE color: 3214546.

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

Color convert

RGB 210 12 49 -
CMYK 0 0.94 0.77 0.18
HSL 348.79º 0.89% 0.44% -
HSV(B) 348.79º 0.94% 0.82% -
XYZ 27.26 14.19 4.21 -
YUV 75.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 210 12 49 0 0.94 0.77 0.18 348.79 0.89 0.44
Hex D2 C 31 0 5E 4D 12 15D 59 2C
Octal 322 14 61 0 136 115 22 535 131 54
Binary 11010010 1100 110001 0 1011110 1001101 10010 101011101 1011001 101100

Color Harmonies of #D20C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C31

Black with #D20C31

Text Example


Text Example

White with #D20C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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