Html Css Color HEX #D8203F Crimson

📋 copy color: '#D8203F'

red 216 ◦ green 32 ◦ blue 63

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

Shades of Crimson #D8203F

Tints of Crimson #D8203F

RGB

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

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

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

R = 69.45%
G = 10.29%
B = 20.26%

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

#D8203F (or 0xD8203F) is known color: Crimson. HEX triplet: D8, 20 and 3F. RGB value is (216,32,63). Sum of RGB (Red+Green+Blue) = 216+32+63=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8203F is #27DFC0. Grayscale: #5A5A5A. Windows color (decimal): -2613185 or 4137176. OLE color: 4137176.

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

Color convert

RGB 216 32 63 -
CMYK 0 0.85 0.71 0.15
HSL 349.89º 0.74% 0.49% -
HSV(B) 349.89º 0.85% 0.85% -
XYZ 29.73 15.99 6.22 -
YUV 90.55 112.46 217.48 -
System Red Green Blue C M Y K H S L
Decimal 216 32 63 0 0.85 0.71 0.15 349.89 0.74 0.49
Hex D8 20 3F 0 55 47 F 15E 4A 31
Octal 330 40 77 0 125 107 17 536 112 61
Binary 11011000 100000 111111 0 1010101 1000111 1111 101011110 1001010 110001

Color Harmonies of #D8203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8203F

Black with #D8203F

Text Example


Text Example

White with #D8203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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