Html Css Color HEX #C8392A Persian Red

📋 copy color: '#C8392A'

red 200 ◦ green 57 ◦ blue 42

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

Shades of Persian Red #C8392A

Tints of Persian Red #C8392A

RGB

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

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

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

R = 66.89%
G = 19.06%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8392A (or 0xC8392A) is known color: Persian Red. HEX triplet: C8, 39 and 2A. RGB value is (200,57,42). Sum of RGB (Red+Green+Blue) = 200+57+42=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8392A is #37C6D5. Grayscale: #626262. Windows color (decimal): -3655382 or 2767304. OLE color: 2767304.

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

Color convert

RGB 200 57 42 -
CMYK 0 0.72 0.79 0.22
HSL 5.7º 0.65% 0.47% -
HSV(B) 5.7º 0.79% 0.78% -
XYZ 25.7 15.37 3.8 -
YUV 98.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 200 57 42 0 0.72 0.79 0.22 5.7 0.65 0.47
Hex C8 39 2A 0 48 4F 16 6 41 2F
Octal 310 71 52 0 110 117 26 6 101 57
Binary 11001000 111001 101010 0 1001000 1001111 10110 110 1000001 101111

Color Harmonies of #C8392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8392A

Black with #C8392A

Text Example


Text Example

White with #C8392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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