Html Css Color HEX #D9302F Persian Red

📋 copy color: '#D9302F'

red 217 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #D9302F

Tints of Persian Red #D9302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 69.55%
G = 15.38%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9302F (or 0xD9302F) is known color: Persian Red. HEX triplet: D9, 30 and 2F. RGB value is (217,48,47). Sum of RGB (Red+Green+Blue) = 217+48+47=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9302F is #26CFD0. Grayscale: #626262. Windows color (decimal): -2543569 or 3092697. OLE color: 3092697.

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

Color convert

RGB 217 48 47 -
CMYK 0 0.78 0.78 0.15
HSL 0.35º 0.69% 0.52% -
HSV(B) 0.35º 0.78% 0.85% -
XYZ 30.19 17.07 4.39 -
YUV 98.42 98.99 212.58 -
System Red Green Blue C M Y K H S L
Decimal 217 48 47 0 0.78 0.78 0.15 0.35 0.69 0.52
Hex D9 30 2F 0 4E 4E F 0 45 34
Octal 331 60 57 0 116 116 17 0 105 64
Binary 11011001 110000 101111 0 1001110 1001110 1111 0 1000101 110100

Color Harmonies of #D9302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9302F

Black with #D9302F

Text Example


Text Example

White with #D9302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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