Html Css Color HEX #C0372E Persian Red

📋 copy color: '#C0372E'

red 192 ◦ green 55 ◦ blue 46

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

Shades of Persian Red #C0372E

Tints of Persian Red #C0372E

RGB

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

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

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

R = 65.53%
G = 18.77%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0372E (or 0xC0372E) is known color: Persian Red. HEX triplet: C0, 37 and 2E. RGB value is (192,55,46). Sum of RGB (Red+Green+Blue) = 192+55+46=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0372E is #3FC8D1. Grayscale: #5F5F5F. Windows color (decimal): -4180178 or 3028928. OLE color: 3028928.

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

Color convert

RGB 192 55 46 -
CMYK 0 0.71 0.76 0.25
HSL 3.7º 0.61% 0.47% -
HSV(B) 3.7º 0.76% 0.75% -
XYZ 23.6 14.14 4.07 -
YUV 94.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 192 55 46 0 0.71 0.76 0.25 3.7 0.61 0.47
Hex C0 37 2E 0 47 4C 19 4 3D 2F
Octal 300 67 56 0 107 114 31 4 75 57
Binary 11000000 110111 101110 0 1000111 1001100 11001 100 111101 101111

Color Harmonies of #C0372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0372E

Black with #C0372E

Text Example


Text Example

White with #C0372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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