Html Css Color HEX #D9302A Persian Red

📋 copy color: '#D9302A'

red 217 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #D9302A

Tints of Persian Red #D9302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 70.68%
G = 15.64%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9302A (or 0xD9302A) is known color: Persian Red. HEX triplet: D9, 30 and 2A. RGB value is (217,48,42). Sum of RGB (Red+Green+Blue) = 217+48+42=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D9302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9302A is #26CFD5. Grayscale: #626262. Windows color (decimal): -2543574 or 2765017. OLE color: 2765017.

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

Color convert

RGB 217 48 42 -
CMYK 0 0.78 0.81 0.15
HSL 2.06º 0.7% 0.51% -
HSV(B) 2.06º 0.81% 0.85% -
XYZ 30.09 17.03 3.89 -
YUV 97.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 217 48 42 0 0.78 0.81 0.15 2.06 0.7 0.51
Hex D9 30 2A 0 4E 51 F 2 46 33
Octal 331 60 52 0 116 121 17 2 106 63
Binary 11011001 110000 101010 0 1001110 1010001 1111 10 1000110 110011

Color Harmonies of #D9302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9302A

Black with #D9302A

Text Example


Text Example

White with #D9302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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