Html Css Color HEX #D20032 Crimson

📋 copy color: '#D20032'

red 210 ◦ green 0 ◦ blue 50

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

Shades of Crimson #D20032

Tints of Crimson #D20032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 80.77%
G = 0%
B = 19.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20032 (or 0xD20032) is known color: Crimson. HEX triplet: D2, 00 and 32. RGB value is (210,0,50). Sum of RGB (Red+Green+Blue) = 210+0+50=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D20032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20032 is #2DFFCD. Grayscale: #444444. Windows color (decimal): -3014606 or 3277010. OLE color: 3277010.

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

Color convert

RGB 210 0 50 -
CMYK 0 1 0.76 0.18
HSL 345.71º 1% 0.41% -
HSV(B) 345.71º 1% 0.82% -
XYZ 27.15 13.93 4.28 -
YUV 68.49 117.57 228.93 -
System Red Green Blue C M Y K H S L
Decimal 210 0 50 0 1 0.76 0.18 345.71 1 0.41
Hex D2 0 32 0 64 4C 12 15A 64 29
Octal 322 0 62 0 144 114 22 532 144 51
Binary 11010010 0 110010 0 1100100 1001100 10010 101011010 1100100 101001

Color Harmonies of #D20032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20032

Black with #D20032

Text Example


Text Example

White with #D20032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20032; }

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

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

background-color css

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

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

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

border-color css

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

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

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