Html Css Color HEX #D20131 Crimson

📋 copy color: '#D20131'

red 210 ◦ green 1 ◦ blue 49

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

Shades of Crimson #D20131

Tints of Crimson #D20131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 80.77%
G = 0.38%
B = 18.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D20131 (or 0xD20131) is known color: Crimson. HEX triplet: D2, 01 and 31. RGB value is (210,1,49). Sum of RGB (Red+Green+Blue) = 210+1+49=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D20131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20131 is #2DFECE. Grayscale: #444444. Windows color (decimal): -3014351 or 3211730. OLE color: 3211730.

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

Color convert

RGB 210 1 49 -
CMYK 0 1.00 0.77 0.18
HSL 346.22º 0.99% 0.41% -
HSV(B) 346.22º 1% 0.82% -
XYZ 27.14 13.95 4.17 -
YUV 68.96 116.74 228.6 -
System Red Green Blue C M Y K H S L
Decimal 210 1 49 0 1.00 0.77 0.18 346.22 0.99 0.41
Hex D2 1 31 0 64 4D 12 15A 63 29
Octal 322 1 61 0 144 115 22 532 143 51
Binary 11010010 1 110001 0 1100100 1001101 10010 101011010 1100011 101001

Color Harmonies of #D20131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20131

Black with #D20131

Text Example


Text Example

White with #D20131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20131; }

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

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

background-color css

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

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

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

border-color css

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

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

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