Html Css Color HEX #C1392D Persian Red

📋 copy color: '#C1392D'

red 193 ◦ green 57 ◦ blue 45

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

Shades of Persian Red #C1392D

Tints of Persian Red #C1392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 65.42%
G = 19.32%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1392D (or 0xC1392D) is known color: Persian Red. HEX triplet: C1, 39 and 2D. RGB value is (193,57,45). Sum of RGB (Red+Green+Blue) = 193+57+45=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1392D is #3EC6D2. Grayscale: #606060. Windows color (decimal): -4114131 or 2963905. OLE color: 2963905.

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

Color convert

RGB 193 57 45 -
CMYK 0 0.70 0.77 0.24
HSL 4.86º 0.62% 0.47% -
HSV(B) 4.86º 0.77% 0.76% -
XYZ 23.93 14.45 4.01 -
YUV 96.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 193 57 45 0 0.70 0.77 0.24 4.86 0.62 0.47
Hex C1 39 2D 0 46 4D 18 5 3E 2F
Octal 301 71 55 0 106 115 30 5 76 57
Binary 11000001 111001 101101 0 1000110 1001101 11000 101 111110 101111

Color Harmonies of #C1392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1392D

Black with #C1392D

Text Example


Text Example

White with #C1392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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