Html Css Color HEX #D7302A Persian Red

📋 copy color: '#D7302A'

red 215 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #D7302A

Tints of Persian Red #D7302A

RGB

 RED value IS 215 (84.38% from 255) = 70.49%

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

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

R = 70.49%
G = 15.74%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7302A (or 0xD7302A) is known color: Persian Red. HEX triplet: D7, 30 and 2A. RGB value is (215,48,42). Sum of RGB (Red+Green+Blue) = 215+48+42=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D7302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7302A is #28CFD5. Grayscale: #616161. Windows color (decimal): -2674646 or 2765015. OLE color: 2765015.

HSL color Cylindrical-coordinate representation of color #D7302A: hue angle of 2.08º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7302A is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 42 -
CMYK 0 0.78 0.80 0.16
HSL 2.08º 0.68% 0.5% -
HSV(B) 2.08º 0.8% 0.84% -
XYZ 29.5 16.73 3.86 -
YUV 97.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 215 48 42 0 0.78 0.80 0.16 2.08 0.68 0.5
Hex D7 30 2A 0 4E 50 10 2 44 32
Octal 327 60 52 0 116 120 20 2 104 62
Binary 11010111 110000 101010 0 1001110 1010000 10000 10 1000100 110010

Color Harmonies of #D7302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7302A

Black with #D7302A

Text Example


Text Example

White with #D7302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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