Html Css Color HEX #D9203C Crimson

📋 copy color: '#D9203C'

red 217 ◦ green 32 ◦ blue 60

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

Shades of Crimson #D9203C

Tints of Crimson #D9203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 70.23%
G = 10.36%
B = 19.42%

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

#D9203C (or 0xD9203C) is known color: Crimson. HEX triplet: D9, 20 and 3C. RGB value is (217,32,60). Sum of RGB (Red+Green+Blue) = 217+32+60=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D9203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9203C is #26DFC3. Grayscale: #5A5A5A. Windows color (decimal): -2547652 or 3940569. OLE color: 3940569.

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

Color convert

RGB 217 32 60 -
CMYK 0 0.85 0.72 0.15
HSL 350.92º 0.74% 0.49% -
HSV(B) 350.92º 0.85% 0.85% -
XYZ 29.95 16.11 5.81 -
YUV 90.51 110.79 218.22 -
System Red Green Blue C M Y K H S L
Decimal 217 32 60 0 0.85 0.72 0.15 350.92 0.74 0.49
Hex D9 20 3C 0 55 48 F 15F 4A 31
Octal 331 40 74 0 125 110 17 537 112 61
Binary 11011001 100000 111100 0 1010101 1001000 1111 101011111 1001010 110001

Color Harmonies of #D9203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9203C

Black with #D9203C

Text Example


Text Example

White with #D9203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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