Html Css Color HEX #D6342F Persian Red

📋 copy color: '#D6342F'

red 214 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #D6342F

Tints of Persian Red #D6342F

RGB

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

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

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

R = 68.37%
G = 16.61%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6342F (or 0xD6342F) is known color: Persian Red. HEX triplet: D6, 34 and 2F. RGB value is (214,52,47). Sum of RGB (Red+Green+Blue) = 214+52+47=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6342F is #29CBD0. Grayscale: #646464. Windows color (decimal): -2739153 or 3093718. OLE color: 3093718.

HSL color Cylindrical-coordinate representation of color #D6342F: hue angle of 1.8º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6342F is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 47 -
CMYK 0 0.76 0.78 0.16
HSL 1.8º 0.67% 0.51% -
HSV(B) 1.8º 0.78% 0.84% -
XYZ 29.47 16.96 4.41 -
YUV 99.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 214 52 47 0 0.76 0.78 0.16 1.8 0.67 0.51
Hex D6 34 2F 0 4C 4E 10 2 43 33
Octal 326 64 57 0 114 116 20 2 103 63
Binary 11010110 110100 101111 0 1001100 1001110 10000 10 1000011 110011

Color Harmonies of #D6342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6342F

Black with #D6342F

Text Example


Text Example

White with #D6342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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