Html Css Color HEX #D20031 Crimson

📋 copy color: '#D20031'

red 210 ◦ green 0 ◦ blue 49

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

Shades of Crimson #D20031

Tints of Crimson #D20031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.08%
G = 0%
B = 18.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D20031 (or 0xD20031) is known color: Crimson. HEX triplet: D2, 00 and 31. RGB value is (210,0,49). Sum of RGB (Red+Green+Blue) = 210+0+49=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D20031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20031 is #2DFFCE. Grayscale: #444444. Windows color (decimal): -3014607 or 3211474. OLE color: 3211474.

HSL color Cylindrical-coordinate representation of color #D20031: hue angle of 346º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20031 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 49 -
CMYK 0 1 0.77 0.18
HSL 346º 1% 0.41% -
HSV(B) 346º 1% 0.82% -
XYZ 27.13 13.92 4.16 -
YUV 68.38 117.07 229.02 -
System Red Green Blue C M Y K H S L
Decimal 210 0 49 0 1 0.77 0.18 346 1 0.41
Hex D2 0 31 0 64 4D 12 15A 64 29
Octal 322 0 61 0 144 115 22 532 144 51
Binary 11010010 0 110001 0 1100100 1001101 10010 101011010 1100100 101001

Color Harmonies of #D20031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20031

Black with #D20031

Text Example


Text Example

White with #D20031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20031; }

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

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

background-color css

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

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

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

border-color css

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

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

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