Html Css Color HEX #D6392B Persian Red

📋 copy color: '#D6392B'

red 214 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #D6392B

Tints of Persian Red #D6392B

RGB

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

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

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

R = 68.15%
G = 18.15%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6392B (or 0xD6392B) is known color: Persian Red. HEX triplet: D6, 39 and 2B. RGB value is (214,57,43). Sum of RGB (Red+Green+Blue) = 214+57+43=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6392B is #29C6D4. Grayscale: #666666. Windows color (decimal): -2737877 or 2832854. OLE color: 2832854.

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

Color convert

RGB 214 57 43 -
CMYK 0 0.73 0.80 0.16
HSL 4.91º 0.68% 0.5% -
HSV(B) 4.91º 0.8% 0.84% -
XYZ 29.63 17.4 4.08 -
YUV 102.35 94.51 207.64 -
System Red Green Blue C M Y K H S L
Decimal 214 57 43 0 0.73 0.80 0.16 4.91 0.68 0.5
Hex D6 39 2B 0 49 50 10 5 44 32
Octal 326 71 53 0 111 120 20 5 104 62
Binary 11010110 111001 101011 0 1001001 1010000 10000 101 1000100 110010

Color Harmonies of #D6392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6392B

Black with #D6392B

Text Example


Text Example

White with #D6392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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