Html Css Color HEX #C1392A Persian Red

📋 copy color: '#C1392A'

red 193 ◦ green 57 ◦ blue 42

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

Shades of Persian Red #C1392A

Tints of Persian Red #C1392A

RGB

 RED value IS 193 (75.78% from 255) = 66.1%

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

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

R = 66.1%
G = 19.52%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1392A (or 0xC1392A) is known color: Persian Red. HEX triplet: C1, 39 and 2A. RGB value is (193,57,42). Sum of RGB (Red+Green+Blue) = 193+57+42=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1392A is #3EC6D5. Grayscale: #606060. Windows color (decimal): -4114134 or 2767297. OLE color: 2767297.

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

Color convert

RGB 193 57 42 -
CMYK 0 0.70 0.78 0.24
HSL 5.96º 0.64% 0.46% -
HSV(B) 5.96º 0.78% 0.76% -
XYZ 23.87 14.43 3.72 -
YUV 95.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 193 57 42 0 0.70 0.78 0.24 5.96 0.64 0.46
Hex C1 39 2A 0 46 4E 18 6 40 2E
Octal 301 71 52 0 106 116 30 6 100 56
Binary 11000001 111001 101010 0 1000110 1001110 11000 110 1000000 101110

Color Harmonies of #C1392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1392A

Black with #C1392A

Text Example


Text Example

White with #C1392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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