Html Css Color HEX #D8203E Crimson

📋 copy color: '#D8203E'

red 216 ◦ green 32 ◦ blue 62

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

Shades of Crimson #D8203E

Tints of Crimson #D8203E

RGB

 RED value IS 216 (84.77% from 255) = 69.68%

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

 BLUE value IS 62 (24.61% from 255) = 20%

R = 69.68%
G = 10.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8203E (or 0xD8203E) is known color: Crimson. HEX triplet: D8, 20 and 3E. RGB value is (216,32,62). Sum of RGB (Red+Green+Blue) = 216+32+62=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8203E is #27DFC1. Grayscale: #5A5A5A. Windows color (decimal): -2613186 or 4071640. OLE color: 4071640.

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

Color convert

RGB 216 32 62 -
CMYK 0 0.85 0.71 0.15
HSL 350.22º 0.74% 0.49% -
HSV(B) 350.22º 0.85% 0.85% -
XYZ 29.7 15.98 6.08 -
YUV 90.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 216 32 62 0 0.85 0.71 0.15 350.22 0.74 0.49
Hex D8 20 3E 0 55 47 F 15E 4A 31
Octal 330 40 76 0 125 107 17 536 112 61
Binary 11011000 100000 111110 0 1010101 1000111 1111 101011110 1001010 110001

Color Harmonies of #D8203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8203E

Black with #D8203E

Text Example


Text Example

White with #D8203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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