Html Css Color HEX #D8302B Persian Red

📋 copy color: '#D8302B'

red 216 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #D8302B

Tints of Persian Red #D8302B

RGB

 RED value IS 216 (84.77% from 255) = 70.36%

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

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

R = 70.36%
G = 15.64%
B = 14.01%

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

#D8302B (or 0xD8302B) is known color: Persian Red. HEX triplet: D8, 30 and 2B. RGB value is (216,48,43). Sum of RGB (Red+Green+Blue) = 216+48+43=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D8302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8302B is #27CFD4. Grayscale: #616161. Windows color (decimal): -2609109 or 2830552. OLE color: 2830552.

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

Color convert

RGB 216 48 43 -
CMYK 0 0.78 0.80 0.15
HSL 1.73º 0.69% 0.51% -
HSV(B) 1.73º 0.8% 0.85% -
XYZ 29.81 16.89 3.97 -
YUV 97.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 216 48 43 0 0.78 0.80 0.15 1.73 0.69 0.51
Hex D8 30 2B 0 4E 50 F 2 45 33
Octal 330 60 53 0 116 120 17 2 105 63
Binary 11011000 110000 101011 0 1001110 1010000 1111 10 1000101 110011

Color Harmonies of #D8302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8302B

Black with #D8302B

Text Example


Text Example

White with #D8302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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