Html Css Color HEX #D9302B Persian Red

📋 copy color: '#D9302B'

red 217 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #D9302B

Tints of Persian Red #D9302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 70.45%
G = 15.58%
B = 13.96%

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

#D9302B (or 0xD9302B) is known color: Persian Red. HEX triplet: D9, 30 and 2B. RGB value is (217,48,43). Sum of RGB (Red+Green+Blue) = 217+48+43=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D9302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9302B is #26CFD4. Grayscale: #626262. Windows color (decimal): -2543573 or 2830553. OLE color: 2830553.

HSL color Cylindrical-coordinate representation of color #D9302B: hue angle of 1.72º degrees, saturation: 0.7, 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 #D9302B is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 43 -
CMYK 0 0.78 0.80 0.15
HSL 1.72º 0.7% 0.51% -
HSV(B) 1.72º 0.8% 0.85% -
XYZ 30.11 17.04 3.99 -
YUV 97.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 217 48 43 0 0.78 0.80 0.15 1.72 0.7 0.51
Hex D9 30 2B 0 4E 50 F 2 46 33
Octal 331 60 53 0 116 120 17 2 106 63
Binary 11011001 110000 101011 0 1001110 1010000 1111 10 1000110 110011

Color Harmonies of #D9302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9302B

Black with #D9302B

Text Example


Text Example

White with #D9302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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