Html Css Color HEX #D5362F Persian Red

📋 copy color: '#D5362F'

red 213 ◦ green 54 ◦ blue 47

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

Shades of Persian Red #D5362F

Tints of Persian Red #D5362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 67.83%
G = 17.2%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5362F (or 0xD5362F) is known color: Persian Red. HEX triplet: D5, 36 and 2F. RGB value is (213,54,47). Sum of RGB (Red+Green+Blue) = 213+54+47=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5362F is #2AC9D0. Grayscale: #646464. Windows color (decimal): -2804177 or 3094229. OLE color: 3094229.

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

Color convert

RGB 213 54 47 -
CMYK 0 0.75 0.78 0.16
HSL 2.53º 0.66% 0.51% -
HSV(B) 2.53º 0.78% 0.84% -
XYZ 29.27 16.99 4.43 -
YUV 100.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 213 54 47 0 0.75 0.78 0.16 2.53 0.66 0.51
Hex D5 36 2F 0 4B 4E 10 3 42 33
Octal 325 66 57 0 113 116 20 3 102 63
Binary 11010101 110110 101111 0 1001011 1001110 10000 11 1000010 110011

Color Harmonies of #D5362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5362F

Black with #D5362F

Text Example


Text Example

White with #D5362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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