Html Css Color HEX #D5203F Crimson

📋 copy color: '#D5203F'

red 213 ◦ green 32 ◦ blue 63

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

Shades of Crimson #D5203F

Tints of Crimson #D5203F

RGB

 RED value IS 213 (83.59% from 255) = 69.16%

 GREEN value IS 32 (12.89% from 255) = 10.39%

 BLUE value IS 63 (25% from 255) = 20.45%

R = 69.16%
G = 10.39%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5203F (or 0xD5203F) is known color: Crimson. HEX triplet: D5, 20 and 3F. RGB value is (213,32,63). Sum of RGB (Red+Green+Blue) = 213+32+63=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5203F is #2ADFC0. Grayscale: #595959. Windows color (decimal): -2809793 or 4137173. OLE color: 4137173.

HSL color Cylindrical-coordinate representation of color #D5203F: hue angle of 349.72º 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 #D5203F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 63 -
CMYK 0 0.85 0.70 0.16
HSL 349.72º 0.74% 0.48% -
HSV(B) 349.72º 0.85% 0.84% -
XYZ 28.85 15.54 6.18 -
YUV 89.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 213 32 63 0 0.85 0.70 0.16 349.72 0.74 0.48
Hex D5 20 3F 0 55 46 10 15E 4A 30
Octal 325 40 77 0 125 106 20 536 112 60
Binary 11010101 100000 111111 0 1010101 1000110 10000 101011110 1001010 110000

Color Harmonies of #D5203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5203F

Black with #D5203F

Text Example


Text Example

White with #D5203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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