Html Css Color HEX #D4352F Persian Red

📋 copy color: '#D4352F'

red 212 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #D4352F

Tints of Persian Red #D4352F

RGB

 RED value IS 212 (83.2% from 255) = 67.95%

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 67.95%
G = 16.99%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4352F (or 0xD4352F) is known color: Persian Red. HEX triplet: D4, 35 and 2F. RGB value is (212,53,47). Sum of RGB (Red+Green+Blue) = 212+53+47=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4352F is #2BCAD0. Grayscale: #646464. Windows color (decimal): -2869969 or 3093972. OLE color: 3093972.

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

Color convert

RGB 212 53 47 -
CMYK 0 0.75 0.78 0.17
HSL 2.18º 0.66% 0.51% -
HSV(B) 2.18º 0.78% 0.83% -
XYZ 28.94 16.75 4.4 -
YUV 99.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 212 53 47 0 0.75 0.78 0.17 2.18 0.66 0.51
Hex D4 35 2F 0 4B 4E 11 2 42 33
Octal 324 65 57 0 113 116 21 2 102 63
Binary 11010100 110101 101111 0 1001011 1001110 10001 10 1000010 110011

Color Harmonies of #D4352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4352F

Black with #D4352F

Text Example


Text Example

White with #D4352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4352F; }

 p { color: rgb(212,53,47); }

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

background-color css

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

 a { background-color: rgb(212,53,47); }

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

border-color css

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

 span { border-color: rgb(212,53,47); }

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