Html Css Color HEX #C0392C Persian Red

📋 copy color: '#C0392C'

red 192 ◦ green 57 ◦ blue 44

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

Shades of Persian Red #C0392C

Tints of Persian Red #C0392C

RGB

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

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

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

R = 65.53%
G = 19.45%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0392C (or 0xC0392C) is known color: Persian Red. HEX triplet: C0, 39 and 2C. RGB value is (192,57,44). Sum of RGB (Red+Green+Blue) = 192+57+44=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0392C is #3FC6D3. Grayscale: #606060. Windows color (decimal): -4179668 or 2898368. OLE color: 2898368.

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

Color convert

RGB 192 57 44 -
CMYK 0 0.70 0.77 0.25
HSL 5.27º 0.63% 0.46% -
HSV(B) 5.27º 0.77% 0.75% -
XYZ 23.66 14.31 3.9 -
YUV 95.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 192 57 44 0 0.70 0.77 0.25 5.27 0.63 0.46
Hex C0 39 2C 0 46 4D 19 5 3F 2E
Octal 300 71 54 0 106 115 31 5 77 56
Binary 11000000 111001 101100 0 1000110 1001101 11001 101 111111 101110

Color Harmonies of #C0392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0392C

Black with #C0392C

Text Example


Text Example

White with #C0392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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