Html Css Color HEX #D4342E Persian Red

📋 copy color: '#D4342E'

red 212 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #D4342E

Tints of Persian Red #D4342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 68.39%
G = 16.77%
B = 14.84%

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

#D4342E (or 0xD4342E) is known color: Persian Red. HEX triplet: D4, 34 and 2E. RGB value is (212,52,46). Sum of RGB (Red+Green+Blue) = 212+52+46=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4342E is #2BCBD1. Grayscale: #636363. Windows color (decimal): -2870226 or 3028180. OLE color: 3028180.

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

Color convert

RGB 212 52 46 -
CMYK 0 0.75 0.78 0.17
HSL 2.17º 0.66% 0.51% -
HSV(B) 2.17º 0.78% 0.83% -
XYZ 28.87 16.65 4.28 -
YUV 99.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 212 52 46 0 0.75 0.78 0.17 2.17 0.66 0.51
Hex D4 34 2E 0 4B 4E 11 2 42 33
Octal 324 64 56 0 113 116 21 2 102 63
Binary 11010100 110100 101110 0 1001011 1001110 10001 10 1000010 110011

Color Harmonies of #D4342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4342E

Black with #D4342E

Text Example


Text Example

White with #D4342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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