Html Css Color HEX #C0392A Persian Red

📋 copy color: '#C0392A'

red 192 ◦ green 57 ◦ blue 42

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

Shades of Persian Red #C0392A

Tints of Persian Red #C0392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 65.98%
G = 19.59%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0392A (or 0xC0392A) is known color: Persian Red. HEX triplet: C0, 39 and 2A. RGB value is (192,57,42). Sum of RGB (Red+Green+Blue) = 192+57+42=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0392A is #3FC6D5. Grayscale: #5F5F5F. Windows color (decimal): -4179670 or 2767296. OLE color: 2767296.

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

Color convert

RGB 192 57 42 -
CMYK 0 0.70 0.78 0.25
HSL 0.64% 0.46% -
HSV(B) 0.78% 0.75% -
XYZ 23.62 14.3 3.71 -
YUV 95.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 192 57 42 0 0.70 0.78 0.25 6 0.64 0.46
Hex C0 39 2A 0 46 4E 19 6 40 2E
Octal 300 71 52 0 106 116 31 6 100 56
Binary 11000000 111001 101010 0 1000110 1001110 11001 110 1000000 101110

Color Harmonies of #C0392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0392A

Black with #C0392A

Text Example


Text Example

White with #C0392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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