Html Css Color HEX #D9203D Crimson

📋 copy color: '#D9203D'

red 217 ◦ green 32 ◦ blue 61

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

Shades of Crimson #D9203D

Tints of Crimson #D9203D

RGB

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

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

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

R = 70%
G = 10.32%
B = 19.68%

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

#D9203D (or 0xD9203D) is known color: Crimson. HEX triplet: D9, 20 and 3D. RGB value is (217,32,61). Sum of RGB (Red+Green+Blue) = 217+32+61=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9203D is #26DFC2. Grayscale: #5A5A5A. Windows color (decimal): -2547651 or 4006105. OLE color: 4006105.

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

Color convert

RGB 217 32 61 -
CMYK 0 0.85 0.72 0.15
HSL 350.59º 0.74% 0.49% -
HSV(B) 350.59º 0.85% 0.85% -
XYZ 29.97 16.12 5.95 -
YUV 90.62 111.29 218.14 -
System Red Green Blue C M Y K H S L
Decimal 217 32 61 0 0.85 0.72 0.15 350.59 0.74 0.49
Hex D9 20 3D 0 55 48 F 15F 4A 31
Octal 331 40 75 0 125 110 17 537 112 61
Binary 11011001 100000 111101 0 1010101 1001000 1111 101011111 1001010 110001

Color Harmonies of #D9203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9203D

Black with #D9203D

Text Example


Text Example

White with #D9203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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