Html Css Color HEX #D5203E Crimson

📋 copy color: '#D5203E'

red 213 ◦ green 32 ◦ blue 62

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

Shades of Crimson #D5203E

Tints of Crimson #D5203E

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.2%

R = 69.38%
G = 10.42%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5203E (or 0xD5203E) is known color: 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

RGB 213 32 62 -
CMYK 0 0.85 0.71 0.16
HSL 350.06º 0.74% 0.48% -
HSV(B) 350.06º 0.85% 0.84% -
XYZ 28.83 15.53 6.04 -
YUV 89.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 213 32 62 0 0.85 0.71 0.16 350.06 0.74 0.48
Hex D5 20 3E 0 55 47 10 15E 4A 30
Octal 325 40 76 0 125 107 20 536 112 60
Binary 11010101 100000 111110 0 1010101 1000111 10000 101011110 1001010 110000

Color Harmonies of #D5203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5203E

Black with #D5203E

Text Example


Text Example

White with #D5203E

Text Example


Text Example

HTML Codes & Css Web 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>