Html Css Color HEX #D9203E Crimson

📋 copy color: '#D9203E'

red 217 ◦ green 32 ◦ blue 62

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

Shades of Crimson #D9203E

Tints of Crimson #D9203E

RGB

 RED value IS 217 (85.16% from 255) = 69.77%

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

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

R = 69.77%
G = 10.29%
B = 19.94%

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

#D9203E (or 0xD9203E) is known color: Crimson. HEX triplet: D9, 20 and 3E. RGB value is (217,32,62). Sum of RGB (Red+Green+Blue) = 217+32+62=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9203E is #26DFC1. Grayscale: #5A5A5A. Windows color (decimal): -2547650 or 4071641. OLE color: 4071641.

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

Color convert

RGB 217 32 62 -
CMYK 0 0.85 0.71 0.15
HSL 350.27º 0.74% 0.49% -
HSV(B) 350.27º 0.85% 0.85% -
XYZ 30 16.13 6.09 -
YUV 90.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 217 32 62 0 0.85 0.71 0.15 350.27 0.74 0.49
Hex D9 20 3E 0 55 47 F 15E 4A 31
Octal 331 40 76 0 125 107 17 536 112 61
Binary 11011001 100000 111110 0 1010101 1000111 1111 101011110 1001010 110001

Color Harmonies of #D9203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9203E

Black with #D9203E

Text Example


Text Example

White with #D9203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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