Html Css Color HEX #C13C29 Persian Red

📋 copy color: '#C13C29'

red 193 ◦ green 60 ◦ blue 41

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

Shades of Persian Red #C13C29

Tints of Persian Red #C13C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

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

R = 65.65%
G = 20.41%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C13C29 (or 0xC13C29) is known color: Persian Red. HEX triplet: C1, 3C and 29. RGB value is (193,60,41). Sum of RGB (Red+Green+Blue) = 193+60+41=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C29 is #3EC3D6. Grayscale: #616161. Windows color (decimal): -4113367 or 2702529. OLE color: 2702529.

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

Color convert

RGB 193 60 41 -
CMYK 0 0.69 0.79 0.24
HSL 7.5º 0.65% 0.46% -
HSV(B) 7.5º 0.79% 0.76% -
XYZ 24.01 14.73 3.68 -
YUV 97.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 193 60 41 0 0.69 0.79 0.24 7.5 0.65 0.46
Hex C1 3C 29 0 45 4F 18 8 41 2E
Octal 301 74 51 0 105 117 30 10 101 56
Binary 11000001 111100 101001 0 1000101 1001111 11000 1000 1000001 101110

Color Harmonies of #C13C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C29

Black with #C13C29

Text Example


Text Example

White with #C13C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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