Html Css Color HEX #D20939 Crimson

📋 copy color: '#D20939'

red 210 ◦ green 9 ◦ blue 57

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

Shades of Crimson #D20939

Tints of Crimson #D20939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

 BLUE value IS 57 (22.66% from 255) = 20.65%

R = 76.09%
G = 3.26%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D20939 (or 0xD20939) is known color: Crimson. HEX triplet: D2, 09 and 39. RGB value is (210,9,57). Sum of RGB (Red+Green+Blue) = 210+9+57=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D20939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20939 is #2DF6C6. Grayscale: #4A4A4A. Windows color (decimal): -3012295 or 3738066. OLE color: 3738066.

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

Color convert

RGB 210 9 57 -
CMYK 0 0.96 0.73 0.18
HSL 345.67º 0.92% 0.43% -
HSV(B) 345.67º 0.96% 0.82% -
XYZ 27.41 14.19 5.17 -
YUV 74.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 210 9 57 0 0.96 0.73 0.18 345.67 0.92 0.43
Hex D2 9 39 0 60 49 12 15A 5C 2B
Octal 322 11 71 0 140 111 22 532 134 53
Binary 11010010 1001 111001 0 1100000 1001001 10010 101011010 1011100 101011

Color Harmonies of #D20939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20939

Black with #D20939

Text Example


Text Example

White with #D20939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20939; }

 p { color: rgb(210,9,57); }

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

background-color css

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

 a { background-color: rgb(210,9,57); }

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

border-color css

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

 span { border-color: rgb(210,9,57); }

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