Html Css Color HEX #D4342F Persian Red

📋 copy color: '#D4342F'

red 212 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #D4342F

Tints of Persian Red #D4342F

RGB

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

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

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

R = 68.17%
G = 16.72%
B = 15.11%

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

#D4342F (or 0xD4342F) is known color: Persian Red. HEX triplet: D4, 34 and 2F. RGB value is (212,52,47). Sum of RGB (Red+Green+Blue) = 212+52+47=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4342F is #2BCBD0. Grayscale: #636363. Windows color (decimal): -2870225 or 3093716. OLE color: 3093716.

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

Color convert

RGB 212 52 47 -
CMYK 0 0.75 0.78 0.17
HSL 1.82º 0.66% 0.51% -
HSV(B) 1.82º 0.78% 0.83% -
XYZ 28.89 16.66 4.38 -
YUV 99.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 212 52 47 0 0.75 0.78 0.17 1.82 0.66 0.51
Hex D4 34 2F 0 4B 4E 11 2 42 33
Octal 324 64 57 0 113 116 21 2 102 63
Binary 11010100 110100 101111 0 1001011 1001110 10001 10 1000010 110011

Color Harmonies of #D4342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4342F

Black with #D4342F

Text Example


Text Example

White with #D4342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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