Html Css Color HEX #C13B27 Persian Red

📋 copy color: '#C13B27'

red 193 ◦ green 59 ◦ blue 39

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

Shades of Persian Red #C13B27

Tints of Persian Red #C13B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.27%

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 66.32%
G = 20.27%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C13B27 (or 0xC13B27) is known color: Persian Red. HEX triplet: C1, 3B and 27. RGB value is (193,59,39). Sum of RGB (Red+Green+Blue) = 193+59+39=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B27 is #3EC4D8. Grayscale: #616161. Windows color (decimal): -4113625 or 2571201. OLE color: 2571201.

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

Color convert

RGB 193 59 39 -
CMYK 0 0.69 0.80 0.24
HSL 7.79º 0.66% 0.45% -
HSV(B) 7.79º 0.8% 0.76% -
XYZ 23.92 14.61 3.48 -
YUV 96.79 95.39 196.63 -
System Red Green Blue C M Y K H S L
Decimal 193 59 39 0 0.69 0.80 0.24 7.79 0.66 0.45
Hex C1 3B 27 0 45 50 18 8 42 2D
Octal 301 73 47 0 105 120 30 10 102 55
Binary 11000001 111011 100111 0 1000101 1010000 11000 1000 1000010 101101

Color Harmonies of #C13B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B27

Black with #C13B27

Text Example


Text Example

White with #C13B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B27; }

 p { color: rgb(193,59,39); }

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

background-color css

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

 a { background-color: rgb(193,59,39); }

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

border-color css

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

 span { border-color: rgb(193,59,39); }

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