Html Css Color HEX #C13726 Persian Red

📋 copy color: '#C13726'

red 193 ◦ green 55 ◦ blue 38

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

Shades of Persian Red #C13726

Tints of Persian Red #C13726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 67.48%
G = 19.23%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C13726 (or 0xC13726) is known color: Persian Red. HEX triplet: C1, 37 and 26. RGB value is (193,55,38). Sum of RGB (Red+Green+Blue) = 193+55+38=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C13726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13726 is #3EC8D9. Grayscale: #5E5E5E. Windows color (decimal): -4114650 or 2504641. OLE color: 2504641.

HSL color Cylindrical-coordinate representation of color #C13726: hue angle of 6.58º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C13726 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 38 -
CMYK 0 0.72 0.80 0.24
HSL 6.58º 0.67% 0.45% -
HSV(B) 6.58º 0.8% 0.76% -
XYZ 23.71 14.21 3.33 -
YUV 94.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 193 55 38 0 0.72 0.80 0.24 6.58 0.67 0.45
Hex C1 37 26 0 48 50 18 7 43 2D
Octal 301 67 46 0 110 120 30 7 103 55
Binary 11000001 110111 100110 0 1001000 1010000 11000 111 1000011 101101

Color Harmonies of #C13726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13726

Black with #C13726

Text Example


Text Example

White with #C13726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13726; }

 p { color: rgb(193,55,38); }

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

background-color css

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

 a { background-color: rgb(193,55,38); }

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

border-color css

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

 span { border-color: rgb(193,55,38); }

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