Html Css Color HEX #D8203D Crimson

📋 copy color: '#D8203D'

red 216 ◦ green 32 ◦ blue 61

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

Shades of Crimson #D8203D

Tints of Crimson #D8203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 69.9%
G = 10.36%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8203D (or 0xD8203D) is known color: Crimson. HEX triplet: D8, 20 and 3D. RGB value is (216,32,61). Sum of RGB (Red+Green+Blue) = 216+32+61=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8203D is #27DFC2. Grayscale: #5A5A5A. Windows color (decimal): -2613187 or 4006104. OLE color: 4006104.

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

Color convert

RGB 216 32 61 -
CMYK 0 0.85 0.72 0.15
HSL 350.54º 0.74% 0.49% -
HSV(B) 350.54º 0.85% 0.85% -
XYZ 29.68 15.97 5.93 -
YUV 90.32 111.46 217.64 -
System Red Green Blue C M Y K H S L
Decimal 216 32 61 0 0.85 0.72 0.15 350.54 0.74 0.49
Hex D8 20 3D 0 55 48 F 15F 4A 31
Octal 330 40 75 0 125 110 17 537 112 61
Binary 11011000 100000 111101 0 1010101 1001000 1111 101011111 1001010 110001

Color Harmonies of #D8203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8203D

Black with #D8203D

Text Example


Text Example

White with #D8203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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