Html Css Color HEX #D6392A Persian Red

📋 copy color: '#D6392A'

red 214 ◦ green 57 ◦ blue 42

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

Shades of Persian Red #D6392A

Tints of Persian Red #D6392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 68.37%
G = 18.21%
B = 13.42%

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

#D6392A (or 0xD6392A) is known color: Persian Red. HEX triplet: D6, 39 and 2A. RGB value is (214,57,42). Sum of RGB (Red+Green+Blue) = 214+57+42=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6392A is #29C6D5. Grayscale: #666666. Windows color (decimal): -2737878 or 2767318. OLE color: 2767318.

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

Color convert

RGB 214 57 42 -
CMYK 0 0.73 0.80 0.16
HSL 5.23º 0.68% 0.5% -
HSV(B) 5.23º 0.8% 0.84% -
XYZ 29.61 17.39 3.99 -
YUV 102.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 214 57 42 0 0.73 0.80 0.16 5.23 0.68 0.5
Hex D6 39 2A 0 49 50 10 5 44 32
Octal 326 71 52 0 111 120 20 5 104 62
Binary 11010110 111001 101010 0 1001001 1010000 10000 101 1000100 110010

Color Harmonies of #D6392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6392A

Black with #D6392A

Text Example


Text Example

White with #D6392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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