Html Css Color HEX #D6392D Persian Red

📋 copy color: '#D6392D'

red 214 ◦ green 57 ◦ blue 45

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

Shades of Persian Red #D6392D

Tints of Persian Red #D6392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 67.72%
G = 18.04%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6392D (or 0xD6392D) is known color: Persian Red. HEX triplet: D6, 39 and 2D. RGB value is (214,57,45). Sum of RGB (Red+Green+Blue) = 214+57+45=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D6392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6392D is #29C6D2. Grayscale: #666666. Windows color (decimal): -2737875 or 2963926. OLE color: 2963926.

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

Color convert

RGB 214 57 45 -
CMYK 0 0.73 0.79 0.16
HSL 4.26º 0.67% 0.51% -
HSV(B) 4.26º 0.79% 0.84% -
XYZ 29.67 17.41 4.28 -
YUV 102.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 214 57 45 0 0.73 0.79 0.16 4.26 0.67 0.51
Hex D6 39 2D 0 49 4F 10 4 43 33
Octal 326 71 55 0 111 117 20 4 103 63
Binary 11010110 111001 101101 0 1001001 1001111 10000 100 1000011 110011

Color Harmonies of #D6392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6392D

Black with #D6392D

Text Example


Text Example

White with #D6392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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