Html Css Color HEX #D20C3A Crimson

📋 copy color: '#D20C3A'

red 210 ◦ green 12 ◦ blue 58

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

Shades of Crimson #D20C3A

Tints of Crimson #D20C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 75%
G = 4.29%
B = 20.71%

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

#D20C3A (or 0xD20C3A) is known color: Crimson. HEX triplet: D2, 0C and 3A. RGB value is (210,12,58). Sum of RGB (Red+Green+Blue) = 210+12+58=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C3A is #2DF3C5. Grayscale: #4C4C4C. Windows color (decimal): -3011526 or 3804370. OLE color: 3804370.

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

Color convert

RGB 210 12 58 -
CMYK 0 0.94 0.72 0.18
HSL 346.06º 0.89% 0.44% -
HSV(B) 346.06º 0.94% 0.82% -
XYZ 27.47 14.27 5.31 -
YUV 76.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 210 12 58 0 0.94 0.72 0.18 346.06 0.89 0.44
Hex D2 C 3A 0 5E 48 12 15A 59 2C
Octal 322 14 72 0 136 110 22 532 131 54
Binary 11010010 1100 111010 0 1011110 1001000 10010 101011010 1011001 101100

Color Harmonies of #D20C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C3A

Black with #D20C3A

Text Example


Text Example

White with #D20C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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