Html Css Color HEX #C13029 Persian Red

📋 copy color: '#C13029'

red 193 ◦ green 48 ◦ blue 41

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

Shades of Persian Red #C13029

Tints of Persian Red #C13029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

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

R = 68.44%
G = 17.02%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C13029 (or 0xC13029) is known color: Persian Red. HEX triplet: C1, 30 and 29. RGB value is (193,48,41). Sum of RGB (Red+Green+Blue) = 193+48+41=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C13029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13029 is #3ECFD6. Grayscale: #5A5A5A. Windows color (decimal): -4116439 or 2699457. OLE color: 2699457.

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

Color convert

RGB 193 48 41 -
CMYK 0 0.75 0.79 0.24
HSL 2.76º 0.65% 0.46% -
HSV(B) 2.76º 0.79% 0.76% -
XYZ 23.45 13.61 3.49 -
YUV 90.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 193 48 41 0 0.75 0.79 0.24 2.76 0.65 0.46
Hex C1 30 29 0 4B 4F 18 3 41 2E
Octal 301 60 51 0 113 117 30 3 101 56
Binary 11000001 110000 101001 0 1001011 1001111 11000 11 1000001 101110

Color Harmonies of #C13029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13029

Black with #C13029

Text Example


Text Example

White with #C13029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13029; }

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

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

background-color css

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

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

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

border-color css

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

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

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