Html Css Color HEX #D6342D Persian Red

📋 copy color: '#D6342D'

red 214 ◦ green 52 ◦ blue 45

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

Shades of Persian Red #D6342D

Tints of Persian Red #D6342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.47%

R = 68.81%
G = 16.72%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6342D (or 0xD6342D) is known color: Persian Red. HEX triplet: D6, 34 and 2D. RGB value is (214,52,45). Sum of RGB (Red+Green+Blue) = 214+52+45=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6342D is #29CBD2. Grayscale: #636363. Windows color (decimal): -2739155 or 2962646. OLE color: 2962646.

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

Color convert

RGB 214 52 45 -
CMYK 0 0.76 0.79 0.16
HSL 2.49º 0.67% 0.51% -
HSV(B) 2.49º 0.79% 0.84% -
XYZ 29.43 16.94 4.2 -
YUV 99.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 214 52 45 0 0.76 0.79 0.16 2.49 0.67 0.51
Hex D6 34 2D 0 4C 4F 10 2 43 33
Octal 326 64 55 0 114 117 20 2 103 63
Binary 11010110 110100 101101 0 1001100 1001111 10000 10 1000011 110011

Color Harmonies of #D6342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6342D

Black with #D6342D

Text Example


Text Example

White with #D6342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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