Html Css Color HEX #C1382B Persian Red

📋 copy color: '#C1382B'

red 193 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #C1382B

Tints of Persian Red #C1382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 66.1%
G = 19.18%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1382B (or 0xC1382B) is known color: Persian Red. HEX triplet: C1, 38 and 2B. RGB value is (193,56,43). Sum of RGB (Red+Green+Blue) = 193+56+43=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1382B is #3EC7D4. Grayscale: #5F5F5F. Windows color (decimal): -4114389 or 2832577. OLE color: 2832577.

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

Color convert

RGB 193 56 43 -
CMYK 0 0.71 0.78 0.24
HSL 5.2º 0.64% 0.46% -
HSV(B) 5.2º 0.78% 0.76% -
XYZ 23.84 14.34 3.8 -
YUV 95.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 193 56 43 0 0.71 0.78 0.24 5.2 0.64 0.46
Hex C1 38 2B 0 47 4E 18 5 40 2E
Octal 301 70 53 0 107 116 30 5 100 56
Binary 11000001 111000 101011 0 1000111 1001110 11000 101 1000000 101110

Color Harmonies of #C1382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1382B

Black with #C1382B

Text Example


Text Example

White with #C1382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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