Html Css Color HEX #C1382E Persian Red

📋 copy color: '#C1382E'

red 193 ◦ green 56 ◦ blue 46

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

Shades of Persian Red #C1382E

Tints of Persian Red #C1382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 65.42%
G = 18.98%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1382E (or 0xC1382E) is known color: Persian Red. HEX triplet: C1, 38 and 2E. RGB value is (193,56,46). Sum of RGB (Red+Green+Blue) = 193+56+46=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1382E is #3EC7D1. Grayscale: #606060. Windows color (decimal): -4114386 or 3029185. OLE color: 3029185.

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

Color convert

RGB 193 56 46 -
CMYK 0 0.71 0.76 0.24
HSL 4.08º 0.62% 0.47% -
HSV(B) 4.08º 0.76% 0.76% -
XYZ 23.9 14.36 4.1 -
YUV 95.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 193 56 46 0 0.71 0.76 0.24 4.08 0.62 0.47
Hex C1 38 2E 0 47 4C 18 4 3E 2F
Octal 301 70 56 0 107 114 30 4 76 57
Binary 11000001 111000 101110 0 1000111 1001100 11000 100 111110 101111

Color Harmonies of #C1382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1382E

Black with #C1382E

Text Example


Text Example

White with #C1382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1382E; }

 p { color: rgb(193,56,46); }

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

background-color css

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

 a { background-color: rgb(193,56,46); }

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

border-color css

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

 span { border-color: rgb(193,56,46); }

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