Html Css Color HEX #C13526 Persian Red

📋 copy color: '#C13526'

red 193 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #C13526

Tints of Persian Red #C13526

RGB

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

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

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

R = 67.96%
G = 18.66%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C13526 (or 0xC13526) is known color: Persian Red. HEX triplet: C1, 35 and 26. RGB value is (193,53,38). Sum of RGB (Red+Green+Blue) = 193+53+38=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C13526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13526 is #3ECAD9. Grayscale: #5D5D5D. Windows color (decimal): -4115162 or 2504129. OLE color: 2504129.

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

Color convert

RGB 193 53 38 -
CMYK 0 0.73 0.80 0.24
HSL 5.81º 0.67% 0.45% -
HSV(B) 5.81º 0.8% 0.76% -
XYZ 23.62 14.02 3.3 -
YUV 93.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 193 53 38 0 0.73 0.80 0.24 5.81 0.67 0.45
Hex C1 35 26 0 49 50 18 6 43 2D
Octal 301 65 46 0 111 120 30 6 103 55
Binary 11000001 110101 100110 0 1001001 1010000 11000 110 1000011 101101

Color Harmonies of #C13526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13526

Black with #C13526

Text Example


Text Example

White with #C13526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13526; }

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

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

background-color css

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

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

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

border-color css

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

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

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