Html Css Color HEX #C8392B Persian Red

📋 copy color: '#C8392B'

red 200 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #C8392B

Tints of Persian Red #C8392B

RGB

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

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

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

R = 66.67%
G = 19%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8392B (or 0xC8392B) is known color: Persian Red. HEX triplet: C8, 39 and 2B. RGB value is (200,57,43). Sum of RGB (Red+Green+Blue) = 200+57+43=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8392B is #37C6D4. Grayscale: #626262. Windows color (decimal): -3655381 or 2832840. OLE color: 2832840.

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

Color convert

RGB 200 57 43 -
CMYK 0 0.72 0.78 0.22
HSL 5.35º 0.65% 0.48% -
HSV(B) 5.35º 0.79% 0.78% -
XYZ 25.72 15.38 3.9 -
YUV 98.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 200 57 43 0 0.72 0.78 0.22 5.35 0.65 0.48
Hex C8 39 2B 0 48 4E 16 5 41 30
Octal 310 71 53 0 110 116 26 5 101 60
Binary 11001000 111001 101011 0 1001000 1001110 10110 101 1000001 110000

Color Harmonies of #C8392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8392B

Black with #C8392B

Text Example


Text Example

White with #C8392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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