Html Css Color HEX #C13728 Persian Red

📋 copy color: '#C13728'

red 193 ◦ green 55 ◦ blue 40

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

Shades of Persian Red #C13728

Tints of Persian Red #C13728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 67.01%
G = 19.1%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C13728 (or 0xC13728) is known color: Persian Red. HEX triplet: C1, 37 and 28. RGB value is (193,55,40). Sum of RGB (Red+Green+Blue) = 193+55+40=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C13728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13728 is #3EC8D7. Grayscale: #5E5E5E. Windows color (decimal): -4114648 or 2635713. OLE color: 2635713.

HSL color Cylindrical-coordinate representation of color #C13728: hue angle of 5.88º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C13728 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 40 -
CMYK 0 0.72 0.79 0.24
HSL 5.88º 0.66% 0.46% -
HSV(B) 5.88º 0.79% 0.76% -
XYZ 23.74 14.22 3.5 -
YUV 94.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 193 55 40 0 0.72 0.79 0.24 5.88 0.66 0.46
Hex C1 37 28 0 48 4F 18 6 42 2E
Octal 301 67 50 0 110 117 30 6 102 56
Binary 11000001 110111 101000 0 1001000 1001111 11000 110 1000010 101110

Color Harmonies of #C13728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13728

Black with #C13728

Text Example


Text Example

White with #C13728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13728; }

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

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

background-color css

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

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

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

border-color css

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

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

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