#D5203E

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

Shades of Crimson #D5203E

Tints of Crimson #D5203E

Color information

#D5203E (or 0xD5203E) is unknown color: approx Crimson. HEX triplet: D5, 20 and 3E. RGB value is (213,32,62). Sum of RGB (Red+Green+Blue) = 213+32+62=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5203E is #2ADFC1. Grayscale: #595959. Windows color (decimal): -2809794 or 4071637. OLE color: 4071637.

HSL color Cylindrical-coordinate representation of color #D5203E: hue angle of 350.06º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5203E is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2133262-
CMYK00.850.710.16
HSL350.06º73.88%48.04%-
HSV(B)350.06º84.98%83.53%-
XYZ28.8315.536.04-
YUV89.54112.47216.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 69.38%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=69.38%
G=10.42%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213326200.850.710.16350.0673.8848.04
HexD5203E055471015e4a30
Octal325407601251072053611260
Binary11010101100000111110010101011000111100001010111101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5203E; }

 p { color: rgb(213,32,62); }

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

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

 a { background-color: rgb(213,32,62); }

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

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

 span { border-color: rgb(213,32,62); }

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