Html Css Color HEX #D20A3F Crimson

📋 copy color: '#D20A3F'

red 210 ◦ green 10 ◦ blue 63

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

Shades of Crimson #D20A3F

Tints of Crimson #D20A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.53%

 BLUE value IS 63 (25% from 255) = 22.26%

R = 74.2%
G = 3.53%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D20A3F (or 0xD20A3F) is known color: Crimson. HEX triplet: D2, 0A and 3F. RGB value is (210,10,63). Sum of RGB (Red+Green+Blue) = 210+10+63=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20A3F is #2DF5C0. Grayscale: #4B4B4B. Windows color (decimal): -3012033 or 4131538. OLE color: 4131538.

HSL color Cylindrical-coordinate representation of color #D20A3F: hue angle of 344.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20A3F is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 10 63 -
CMYK 0 0.95 0.70 0.18
HSL 344.1º 0.91% 0.43% -
HSV(B) 344.1º 0.95% 0.82% -
XYZ 27.58 14.28 6 -
YUV 75.84 120.76 223.69 -
System Red Green Blue C M Y K H S L
Decimal 210 10 63 0 0.95 0.70 0.18 344.1 0.91 0.43
Hex D2 A 3F 0 5F 46 12 158 5B 2B
Octal 322 12 77 0 137 106 22 530 133 53
Binary 11010010 1010 111111 0 1011111 1000110 10010 101011000 1011011 101011

Color Harmonies of #D20A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A3F

Black with #D20A3F

Text Example


Text Example

White with #D20A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A3F; }

 p { color: rgb(210,10,63); }

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

background-color css

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

 a { background-color: rgb(210,10,63); }

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

border-color css

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

 span { border-color: rgb(210,10,63); }

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