Html Css Color HEX #C1362D Persian Red

📋 copy color: '#C1362D'

red 193 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #C1362D

Tints of Persian Red #C1362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 66.1%
G = 18.49%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1362D (or 0xC1362D) is known color: Persian Red. HEX triplet: C1, 36 and 2D. RGB value is (193,54,45). Sum of RGB (Red+Green+Blue) = 193+54+45=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1362D is #3EC9D2. Grayscale: #5E5E5E. Windows color (decimal): -4114899 or 2963137. OLE color: 2963137.

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

Color convert

RGB 193 54 45 -
CMYK 0 0.72 0.77 0.24
HSL 3.65º 0.62% 0.47% -
HSV(B) 3.65º 0.77% 0.76% -
XYZ 23.79 14.17 3.96 -
YUV 94.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 193 54 45 0 0.72 0.77 0.24 3.65 0.62 0.47
Hex C1 36 2D 0 48 4D 18 4 3E 2F
Octal 301 66 55 0 110 115 30 4 76 57
Binary 11000001 110110 101101 0 1001000 1001101 11000 100 111110 101111

Color Harmonies of #C1362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1362D

Black with #C1362D

Text Example


Text Example

White with #C1362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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