Html Css Color HEX #D20A3B Crimson

📋 copy color: '#D20A3B'

red 210 ◦ green 10 ◦ blue 59

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

Shades of Crimson #D20A3B

Tints of Crimson #D20A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 75.27%
G = 3.58%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D20A3B (or 0xD20A3B) is known color: Crimson. HEX triplet: D2, 0A and 3B. RGB value is (210,10,59). Sum of RGB (Red+Green+Blue) = 210+10+59=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20A3B is #2DF5C4. Grayscale: #4B4B4B. Windows color (decimal): -3012037 or 3869394. OLE color: 3869394.

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

Color convert

RGB 210 10 59 -
CMYK 0 0.95 0.72 0.18
HSL 345.3º 0.91% 0.43% -
HSV(B) 345.3º 0.95% 0.82% -
XYZ 27.48 14.23 5.44 -
YUV 75.39 118.76 224.02 -
System Red Green Blue C M Y K H S L
Decimal 210 10 59 0 0.95 0.72 0.18 345.3 0.91 0.43
Hex D2 A 3B 0 5F 48 12 159 5B 2B
Octal 322 12 73 0 137 110 22 531 133 53
Binary 11010010 1010 111011 0 1011111 1001000 10010 101011001 1011011 101011

Color Harmonies of #D20A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A3B

Black with #D20A3B

Text Example


Text Example

White with #D20A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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