Html Css Color HEX #D20832 Crimson

📋 copy color: '#D20832'

red 210 ◦ green 8 ◦ blue 50

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

Shades of Crimson #D20832

Tints of Crimson #D20832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

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

R = 78.36%
G = 2.99%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20832 (or 0xD20832) is known color: Crimson. HEX triplet: D2, 08 and 32. RGB value is (210,8,50). Sum of RGB (Red+Green+Blue) = 210+8+50=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D20832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20832 is #2DF7CD. Grayscale: #494949. Windows color (decimal): -3012558 or 3279058. OLE color: 3279058.

HSL color Cylindrical-coordinate representation of color #D20832: hue angle of 347.52º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20832 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 8 50 -
CMYK 0 0.96 0.76 0.18
HSL 347.52º 0.93% 0.43% -
HSV(B) 347.52º 0.96% 0.82% -
XYZ 27.24 14.11 4.3 -
YUV 73.19 114.92 225.58 -
System Red Green Blue C M Y K H S L
Decimal 210 8 50 0 0.96 0.76 0.18 347.52 0.93 0.43
Hex D2 8 32 0 60 4C 12 15C 5D 2B
Octal 322 10 62 0 140 114 22 534 135 53
Binary 11010010 1000 110010 0 1100000 1001100 10010 101011100 1011101 101011

Color Harmonies of #D20832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20832

Black with #D20832

Text Example


Text Example

White with #D20832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20832; }

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

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

background-color css

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

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

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

border-color css

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

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

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