Html Css Color HEX #C0372C Persian Red

📋 copy color: '#C0372C'

red 192 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #C0372C

Tints of Persian Red #C0372C

RGB

 RED value IS 192 (75.39% from 255) = 65.98%

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

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 65.98%
G = 18.9%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0372C (or 0xC0372C) is known color: Persian Red. HEX triplet: C0, 37 and 2C. RGB value is (192,55,44). Sum of RGB (Red+Green+Blue) = 192+55+44=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0372C is #3FC8D3. Grayscale: #5E5E5E. Windows color (decimal): -4180180 or 2897856. OLE color: 2897856.

HSL color Cylindrical-coordinate representation of color #C0372C: hue angle of 4.46º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0372C is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 44 -
CMYK 0 0.71 0.77 0.25
HSL 4.46º 0.63% 0.46% -
HSV(B) 4.46º 0.77% 0.75% -
XYZ 23.56 14.12 3.87 -
YUV 94.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 192 55 44 0 0.71 0.77 0.25 4.46 0.63 0.46
Hex C0 37 2C 0 47 4D 19 4 3F 2E
Octal 300 67 54 0 107 115 31 4 77 56
Binary 11000000 110111 101100 0 1000111 1001101 11001 100 111111 101110

Color Harmonies of #C0372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0372C

Black with #C0372C

Text Example


Text Example

White with #C0372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0372C; }

 p { color: rgb(192,55,44); }

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

background-color css

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

 a { background-color: rgb(192,55,44); }

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

border-color css

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

 span { border-color: rgb(192,55,44); }

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