Html Css Color HEX #C8372D Persian Red

📋 copy color: '#C8372D'

red 200 ◦ green 55 ◦ blue 45

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

Shades of Persian Red #C8372D

Tints of Persian Red #C8372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 66.67%
G = 18.33%
B = 15%

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

#C8372D (or 0xC8372D) is known color: Persian Red. HEX triplet: C8, 37 and 2D. RGB value is (200,55,45). Sum of RGB (Red+Green+Blue) = 200+55+45=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8372D is #37C8D2. Grayscale: #616161. Windows color (decimal): -3655891 or 2963400. OLE color: 2963400.

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

Color convert

RGB 200 55 45 -
CMYK 0 0.72 0.78 0.22
HSL 3.87º 0.63% 0.48% -
HSV(B) 3.87º 0.78% 0.78% -
XYZ 25.66 15.2 4.06 -
YUV 97.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 200 55 45 0 0.72 0.78 0.22 3.87 0.63 0.48
Hex C8 37 2D 0 48 4E 16 4 3F 30
Octal 310 67 55 0 110 116 26 4 77 60
Binary 11001000 110111 101101 0 1001000 1001110 10110 100 111111 110000

Color Harmonies of #C8372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8372D

Black with #C8372D

Text Example


Text Example

White with #C8372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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