Html Css Color HEX #D20132 Crimson

📋 copy color: '#D20132'

red 210 ◦ green 1 ◦ blue 50

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

Shades of Crimson #D20132

Tints of Crimson #D20132

RGB

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

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

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

R = 80.46%
G = 0.38%
B = 19.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20132 (or 0xD20132) is known color: Crimson. HEX triplet: D2, 01 and 32. RGB value is (210,1,50). Sum of RGB (Red+Green+Blue) = 210+1+50=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D20132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20132 is #2DFECD. Grayscale: #454545. Windows color (decimal): -3014350 or 3277266. OLE color: 3277266.

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

Color convert

RGB 210 1 50 -
CMYK 0 1.00 0.76 0.18
HSL 345.93º 0.99% 0.41% -
HSV(B) 345.93º 1% 0.82% -
XYZ 27.16 13.95 4.28 -
YUV 69.08 117.24 228.52 -
System Red Green Blue C M Y K H S L
Decimal 210 1 50 0 1.00 0.76 0.18 345.93 0.99 0.41
Hex D2 1 32 0 64 4C 12 15A 63 29
Octal 322 1 62 0 144 114 22 532 143 51
Binary 11010010 1 110010 0 1100100 1001100 10010 101011010 1100011 101001

Color Harmonies of #D20132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20132

Black with #D20132

Text Example


Text Example

White with #D20132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20132; }

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

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

background-color css

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

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

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

border-color css

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

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

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