#D20834

Color #D20834 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D20834

Tints of Crimson #D20834

Color information

#D20834 (or 0xD20834) is unknown color: approx Crimson. HEX triplet: D2, 08 and 34. RGB value is (210,8,52). Sum of RGB (Red+Green+Blue) = 210+8+52=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D20834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20834 is #2DF7CB. Grayscale: #494949. Windows color (decimal): -3012556 or 3410130. OLE color: 3410130.

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

Color convert

RGB210852-
CMYK00.960.750.18
HSL346.93º92.66%42.75%-
HSV(B)346.93º96.19%82.35%-
XYZ27.2914.124.54-
YUV73.41115.92225.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 77.78%
GREEN value IS 8 (3.52% from 255) = 2.96%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=77.78%
G=2.96%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21085200.960.750.18346.9392.6642.75
HexD28340604B1215b5d2b
Octal322106401401132253313553
Binary110100101000110100011000001001011100101010110111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20834; }

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

 H1.HeaderClassName
 {
   color: #D20834;
 }
 .AnyTagClassName
 {
   color: #D20834;
 }
</style>
background-color css

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

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

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

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

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

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