Html Css Color HEX #C1382F Persian Red

📋 copy color: '#C1382F'

red 193 ◦ green 56 ◦ blue 47

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

Shades of Persian Red #C1382F

Tints of Persian Red #C1382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 65.2%
G = 18.92%
B = 15.88%

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

#C1382F (or 0xC1382F) is known color: Persian Red. HEX triplet: C1, 38 and 2F. RGB value is (193,56,47). Sum of RGB (Red+Green+Blue) = 193+56+47=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C1382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1382F is #3EC7D0. Grayscale: #606060. Windows color (decimal): -4114385 or 3094721. OLE color: 3094721.

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

Color convert

RGB 193 56 47 -
CMYK 0 0.71 0.76 0.24
HSL 3.7º 0.61% 0.47% -
HSV(B) 3.7º 0.76% 0.76% -
XYZ 23.92 14.37 4.2 -
YUV 95.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 193 56 47 0 0.71 0.76 0.24 3.7 0.61 0.47
Hex C1 38 2F 0 47 4C 18 4 3D 2F
Octal 301 70 57 0 107 114 30 4 75 57
Binary 11000001 111000 101111 0 1000111 1001100 11000 100 111101 101111

Color Harmonies of #C1382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1382F

Black with #C1382F

Text Example


Text Example

White with #C1382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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