Html Css Color HEX #D6342B Persian Red

📋 copy color: '#D6342B'

red 214 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #D6342B

Tints of Persian Red #D6342B

RGB

 RED value IS 214 (83.98% from 255) = 69.26%

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

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

R = 69.26%
G = 16.83%
B = 13.92%

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

#D6342B (or 0xD6342B) is known color: Persian Red. HEX triplet: D6, 34 and 2B. RGB value is (214,52,43). Sum of RGB (Red+Green+Blue) = 214+52+43=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6342B is #29CBD4. Grayscale: #636363. Windows color (decimal): -2739157 or 2831574. OLE color: 2831574.

HSL color Cylindrical-coordinate representation of color #D6342B: hue angle of 3.16º 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 #D6342B is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 43 -
CMYK 0 0.76 0.80 0.16
HSL 3.16º 0.68% 0.5% -
HSV(B) 3.16º 0.8% 0.84% -
XYZ 29.4 16.93 4 -
YUV 99.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 214 52 43 0 0.76 0.80 0.16 3.16 0.68 0.5
Hex D6 34 2B 0 4C 50 10 3 44 32
Octal 326 64 53 0 114 120 20 3 104 62
Binary 11010110 110100 101011 0 1001100 1010000 10000 11 1000100 110010

Color Harmonies of #D6342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6342B

Black with #D6342B

Text Example


Text Example

White with #D6342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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