Html Css Color HEX #C13326 Persian Red

📋 copy color: '#C13326'

red 193 ◦ green 51 ◦ blue 38

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

Shades of Persian Red #C13326

Tints of Persian Red #C13326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 68.44%
G = 18.09%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C13326 (or 0xC13326) is known color: Persian Red. HEX triplet: C1, 33 and 26. RGB value is (193,51,38). Sum of RGB (Red+Green+Blue) = 193+51+38=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C13326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13326 is #3ECCD9. Grayscale: #5C5C5C. Windows color (decimal): -4115674 or 2503617. OLE color: 2503617.

HSL color Cylindrical-coordinate representation of color #C13326: hue angle of 5.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C13326 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 38 -
CMYK 0 0.74 0.80 0.24
HSL 5.03º 0.67% 0.45% -
HSV(B) 5.03º 0.8% 0.76% -
XYZ 23.53 13.85 3.27 -
YUV 91.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 193 51 38 0 0.74 0.80 0.24 5.03 0.67 0.45
Hex C1 33 26 0 4A 50 18 5 43 2D
Octal 301 63 46 0 112 120 30 5 103 55
Binary 11000001 110011 100110 0 1001010 1010000 11000 101 1000011 101101

Color Harmonies of #C13326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13326

Black with #C13326

Text Example


Text Example

White with #C13326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13326; }

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

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

background-color css

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

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

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

border-color css

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

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

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