Html Css Color HEX #C13329 Persian Red

📋 copy color: '#C13329'

red 193 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #C13329

Tints of Persian Red #C13329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 41 (16.41% from 255) = 14.39%

R = 67.72%
G = 17.89%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C13329 (or 0xC13329) is known color: Persian Red. HEX triplet: C1, 33 and 29. RGB value is (193,51,41). Sum of RGB (Red+Green+Blue) = 193+51+41=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C13329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13329 is #3ECCD6. Grayscale: #5C5C5C. Windows color (decimal): -4115671 or 2700225. OLE color: 2700225.

HSL color Cylindrical-coordinate representation of color #C13329: hue angle of 3.95º degrees, saturation: 0.65, 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 #C13329 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 41 -
CMYK 0 0.74 0.79 0.24
HSL 3.95º 0.65% 0.46% -
HSV(B) 3.95º 0.79% 0.76% -
XYZ 23.58 13.87 3.53 -
YUV 92.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 193 51 41 0 0.74 0.79 0.24 3.95 0.65 0.46
Hex C1 33 29 0 4A 4F 18 4 41 2E
Octal 301 63 51 0 112 117 30 4 101 56
Binary 11000001 110011 101001 0 1001010 1001111 11000 100 1000001 101110

Color Harmonies of #C13329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13329

Black with #C13329

Text Example


Text Example

White with #C13329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13329; }

 p { color: rgb(193,51,41); }

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

background-color css

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

 a { background-color: rgb(193,51,41); }

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

border-color css

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

 span { border-color: rgb(193,51,41); }

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