Html Css Color HEX #C8392E Persian Red

📋 copy color: '#C8392E'

red 200 ◦ green 57 ◦ blue 46

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

Shades of Persian Red #C8392E

Tints of Persian Red #C8392E

RGB

 RED value IS 200 (78.52% from 255) = 66.01%

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 66.01%
G = 18.81%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8392E (or 0xC8392E) is known color: Persian Red. HEX triplet: C8, 39 and 2E. RGB value is (200,57,46). Sum of RGB (Red+Green+Blue) = 200+57+46=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C8392E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8392E is #37C6D1. Grayscale: #626262. Windows color (decimal): -3655378 or 3029448. OLE color: 3029448.

HSL color Cylindrical-coordinate representation of color #C8392E: hue angle of 4.29º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8392E is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 57 46 -
CMYK 0 0.72 0.77 0.22
HSL 4.29º 0.63% 0.48% -
HSV(B) 4.29º 0.77% 0.78% -
XYZ 25.78 15.4 4.2 -
YUV 98.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 200 57 46 0 0.72 0.77 0.22 4.29 0.63 0.48
Hex C8 39 2E 0 48 4D 16 4 3F 30
Octal 310 71 56 0 110 115 26 4 77 60
Binary 11001000 111001 101110 0 1001000 1001101 10110 100 111111 110000

Color Harmonies of #C8392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8392E

Black with #C8392E

Text Example


Text Example

White with #C8392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8392E; }

 p { color: rgb(200,57,46); }

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

background-color css

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

 a { background-color: rgb(200,57,46); }

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

border-color css

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

 span { border-color: rgb(200,57,46); }

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