Html Css Color HEX #C13532 Persian Red

📋 copy color: '#C13532'

red 193 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #C13532

Tints of Persian Red #C13532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 65.2%
G = 17.91%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C13532 (or 0xC13532) is known color: Persian Red. HEX triplet: C1, 35 and 32. RGB value is (193,53,50). Sum of RGB (Red+Green+Blue) = 193+53+50=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C13532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13532 is #3ECACD. Grayscale: #5E5E5E. Windows color (decimal): -4115150 or 3290561. OLE color: 3290561.

HSL color Cylindrical-coordinate representation of color #C13532: hue angle of 1.26º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13532 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 50 -
CMYK 0 0.73 0.74 0.24
HSL 1.26º 0.59% 0.48% -
HSV(B) 1.26º 0.74% 0.76% -
XYZ 23.84 14.11 4.49 -
YUV 94.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 193 53 50 0 0.73 0.74 0.24 1.26 0.59 0.48
Hex C1 35 32 0 49 4A 18 1 3B 30
Octal 301 65 62 0 111 112 30 1 73 60
Binary 11000001 110101 110010 0 1001001 1001010 11000 1 111011 110000

Color Harmonies of #C13532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13532

Black with #C13532

Text Example


Text Example

White with #C13532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13532; }

 p { color: rgb(193,53,50); }

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

background-color css

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

 a { background-color: rgb(193,53,50); }

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

border-color css

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

 span { border-color: rgb(193,53,50); }

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