Html Css Color HEX #D8342B Persian Red

📋 copy color: '#D8342B'

red 216 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #D8342B

Tints of Persian Red #D8342B

RGB

 RED value IS 216 (84.77% from 255) = 69.45%

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 69.45%
G = 16.72%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8342B (or 0xD8342B) is known color: Persian Red. HEX triplet: D8, 34 and 2B. RGB value is (216,52,43). Sum of RGB (Red+Green+Blue) = 216+52+43=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8342B is #27CBD4. Grayscale: #646464. Windows color (decimal): -2608085 or 2831576. OLE color: 2831576.

HSL color Cylindrical-coordinate representation of color #D8342B: hue angle of 3.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8342B is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 52 43 -
CMYK 0 0.76 0.80 0.15
HSL 3.12º 0.69% 0.51% -
HSV(B) 3.12º 0.8% 0.85% -
XYZ 29.98 17.23 4.03 -
YUV 100.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 216 52 43 0 0.76 0.80 0.15 3.12 0.69 0.51
Hex D8 34 2B 0 4C 50 F 3 45 33
Octal 330 64 53 0 114 120 17 3 105 63
Binary 11011000 110100 101011 0 1001100 1010000 1111 11 1000101 110011

Color Harmonies of #D8342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8342B

Black with #D8342B

Text Example


Text Example

White with #D8342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8342B; }

 p { color: rgb(216,52,43); }

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

background-color css

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

 a { background-color: rgb(216,52,43); }

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

border-color css

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

 span { border-color: rgb(216,52,43); }

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