Html Css Color HEX #D9302C Persian Red

📋 copy color: '#D9302C'

red 217 ◦ green 48 ◦ blue 44

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

Shades of Persian Red #D9302C

Tints of Persian Red #D9302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

 BLUE value IS 44 (17.58% from 255) = 14.24%

R = 70.23%
G = 15.53%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9302C (or 0xD9302C) is known color: Persian Red. HEX triplet: D9, 30 and 2C. RGB value is (217,48,44). Sum of RGB (Red+Green+Blue) = 217+48+44=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D9302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9302C is #26CFD3. Grayscale: #626262. Windows color (decimal): -2543572 or 2896089. OLE color: 2896089.

HSL color Cylindrical-coordinate representation of color #D9302C: hue angle of 1.39º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9302C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 44 -
CMYK 0 0.78 0.80 0.15
HSL 1.39º 0.69% 0.51% -
HSV(B) 1.39º 0.8% 0.85% -
XYZ 30.13 17.05 4.09 -
YUV 98.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 217 48 44 0 0.78 0.80 0.15 1.39 0.69 0.51
Hex D9 30 2C 0 4E 50 F 1 45 33
Octal 331 60 54 0 116 120 17 1 105 63
Binary 11011001 110000 101100 0 1001110 1010000 1111 1 1000101 110011

Color Harmonies of #D9302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9302C

Black with #D9302C

Text Example


Text Example

White with #D9302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9302C; }

 p { color: rgb(217,48,44); }

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

background-color css

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

 a { background-color: rgb(217,48,44); }

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

border-color css

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

 span { border-color: rgb(217,48,44); }

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