Html Css Color HEX #D5342F Persian Red

📋 copy color: '#D5342F'

red 213 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #D5342F

Tints of Persian Red #D5342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 68.27%
G = 16.67%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5342F (or 0xD5342F) is known color: Persian Red. HEX triplet: D5, 34 and 2F. RGB value is (213,52,47). Sum of RGB (Red+Green+Blue) = 213+52+47=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5342F is #2ACBD0. Grayscale: #636363. Windows color (decimal): -2804689 or 3093717. OLE color: 3093717.

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

Color convert

RGB 213 52 47 -
CMYK 0 0.76 0.78 0.16
HSL 1.81º 0.66% 0.51% -
HSV(B) 1.81º 0.78% 0.84% -
XYZ 29.18 16.81 4.4 -
YUV 99.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 213 52 47 0 0.76 0.78 0.16 1.81 0.66 0.51
Hex D5 34 2F 0 4C 4E 10 2 42 33
Octal 325 64 57 0 114 116 20 2 102 63
Binary 11010101 110100 101111 0 1001100 1001110 10000 10 1000010 110011

Color Harmonies of #D5342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5342F

Black with #D5342F

Text Example


Text Example

White with #D5342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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