Html Css Color HEX #D20331 Crimson

📋 copy color: '#D20331'

red 210 ◦ green 3 ◦ blue 49

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

Shades of Crimson #D20331

Tints of Crimson #D20331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 80.15%
G = 1.15%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D20331 (or 0xD20331) is known color: Crimson. HEX triplet: D2, 03 and 31. RGB value is (210,3,49). Sum of RGB (Red+Green+Blue) = 210+3+49=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D20331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20331 is #2DFCCE. Grayscale: #464646. Windows color (decimal): -3013839 or 3212242. OLE color: 3212242.

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

Color convert

RGB 210 3 49 -
CMYK 0 0.99 0.77 0.18
HSL 346.67º 0.97% 0.42% -
HSV(B) 346.67º 0.99% 0.82% -
XYZ 27.17 13.99 4.17 -
YUV 70.14 116.08 227.76 -
System Red Green Blue C M Y K H S L
Decimal 210 3 49 0 0.99 0.77 0.18 346.67 0.97 0.42
Hex D2 3 31 0 63 4D 12 15B 61 2A
Octal 322 3 61 0 143 115 22 533 141 52
Binary 11010010 11 110001 0 1100011 1001101 10010 101011011 1100001 101010

Color Harmonies of #D20331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20331

Black with #D20331

Text Example


Text Example

White with #D20331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20331; }

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

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

background-color css

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

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

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

border-color css

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

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

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