Html Css Color HEX #D5302F Persian Red

📋 copy color: '#D5302F'

red 213 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #D5302F

Tints of Persian Red #D5302F

RGB

 RED value IS 213 (83.59% from 255) = 69.16%

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

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

R = 69.16%
G = 15.58%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5302F (or 0xD5302F) is known color: Persian Red. HEX triplet: D5, 30 and 2F. RGB value is (213,48,47). Sum of RGB (Red+Green+Blue) = 213+48+47=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5302F is #2ACFD0. Grayscale: #616161. Windows color (decimal): -2805713 or 3092693. OLE color: 3092693.

HSL color Cylindrical-coordinate representation of color #D5302F: hue angle of 0.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5302F is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 48 47 -
CMYK 0 0.77 0.78 0.16
HSL 0.36º 0.66% 0.51% -
HSV(B) 0.36º 0.78% 0.84% -
XYZ 29.01 16.47 4.34 -
YUV 97.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 213 48 47 0 0.77 0.78 0.16 0.36 0.66 0.51
Hex D5 30 2F 0 4D 4E 10 0 42 33
Octal 325 60 57 0 115 116 20 0 102 63
Binary 11010101 110000 101111 0 1001101 1001110 10000 0 1000010 110011

Color Harmonies of #D5302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5302F

Black with #D5302F

Text Example


Text Example

White with #D5302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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