Html Css Color HEX #D5392B Persian Red

📋 copy color: '#D5392B'

red 213 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #D5392B

Tints of Persian Red #D5392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

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

R = 68.05%
G = 18.21%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5392B (or 0xD5392B) is known color: Persian Red. HEX triplet: D5, 39 and 2B. RGB value is (213,57,43). Sum of RGB (Red+Green+Blue) = 213+57+43=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5392B is #2AC6D4. Grayscale: #666666. Windows color (decimal): -2803413 or 2832853. OLE color: 2832853.

HSL color Cylindrical-coordinate representation of color #D5392B: hue angle of 4.94º degrees, saturation: 0.67, 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 #D5392B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 43 -
CMYK 0 0.73 0.80 0.16
HSL 4.94º 0.67% 0.5% -
HSV(B) 4.94º 0.8% 0.84% -
XYZ 29.34 17.25 4.07 -
YUV 102.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 213 57 43 0 0.73 0.80 0.16 4.94 0.67 0.5
Hex D5 39 2B 0 49 50 10 5 43 32
Octal 325 71 53 0 111 120 20 5 103 62
Binary 11010101 111001 101011 0 1001001 1010000 10000 101 1000011 110010

Color Harmonies of #D5392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5392B

Black with #D5392B

Text Example


Text Example

White with #D5392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5392B; }

 p { color: rgb(213,57,43); }

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

background-color css

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

 a { background-color: rgb(213,57,43); }

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

border-color css

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

 span { border-color: rgb(213,57,43); }

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