Html Css Color HEX #D7342A Persian Red

📋 copy color: '#D7342A'

red 215 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #D7342A

Tints of Persian Red #D7342A

RGB

 RED value IS 215 (84.38% from 255) = 69.58%

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

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 69.58%
G = 16.83%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7342A (or 0xD7342A) is known color: Persian Red. HEX triplet: D7, 34 and 2A. RGB value is (215,52,42). Sum of RGB (Red+Green+Blue) = 215+52+42=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7342A is #28CBD5. Grayscale: #636363. Windows color (decimal): -2673622 or 2766039. OLE color: 2766039.

HSL color Cylindrical-coordinate representation of color #D7342A: hue angle of 3.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7342A is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 52 42 -
CMYK 0 0.76 0.80 0.16
HSL 3.47º 0.68% 0.5% -
HSV(B) 3.47º 0.8% 0.84% -
XYZ 29.67 17.07 3.92 -
YUV 99.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 215 52 42 0 0.76 0.80 0.16 3.47 0.68 0.5
Hex D7 34 2A 0 4C 50 10 3 44 32
Octal 327 64 52 0 114 120 20 3 104 62
Binary 11010111 110100 101010 0 1001100 1010000 10000 11 1000100 110010

Color Harmonies of #D7342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7342A

Black with #D7342A

Text Example


Text Example

White with #D7342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7342A; }

 p { color: rgb(215,52,42); }

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

background-color css

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

 a { background-color: rgb(215,52,42); }

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

border-color css

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

 span { border-color: rgb(215,52,42); }

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