Html Css Color HEX #C8372E Persian Red

📋 copy color: '#C8372E'

red 200 ◦ green 55 ◦ blue 46

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

Shades of Persian Red #C8372E

Tints of Persian Red #C8372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

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

R = 66.45%
G = 18.27%
B = 15.28%

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

#C8372E (or 0xC8372E) is known color: Persian Red. HEX triplet: C8, 37 and 2E. RGB value is (200,55,46). Sum of RGB (Red+Green+Blue) = 200+55+46=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8372E is #37C8D1. Grayscale: #616161. Windows color (decimal): -3655890 or 3028936. OLE color: 3028936.

HSL color Cylindrical-coordinate representation of color #C8372E: hue angle of 3.51º 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 #C8372E is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 46 -
CMYK 0 0.72 0.77 0.22
HSL 3.51º 0.63% 0.48% -
HSV(B) 3.51º 0.77% 0.78% -
XYZ 25.68 15.21 4.17 -
YUV 97.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 200 55 46 0 0.72 0.77 0.22 3.51 0.63 0.48
Hex C8 37 2E 0 48 4D 16 4 3F 30
Octal 310 67 56 0 110 115 26 4 77 60
Binary 11001000 110111 101110 0 1001000 1001101 10110 100 111111 110000

Color Harmonies of #C8372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8372E

Black with #C8372E

Text Example


Text Example

White with #C8372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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