Html Css Color HEX #C13627 Persian Red

📋 copy color: '#C13627'

red 193 ◦ green 54 ◦ blue 39

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

Shades of Persian Red #C13627

Tints of Persian Red #C13627

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

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

R = 67.48%
G = 18.88%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C13627 (or 0xC13627) is known color: Persian Red. HEX triplet: C1, 36 and 27. RGB value is (193,54,39). Sum of RGB (Red+Green+Blue) = 193+54+39=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C13627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13627 is #3EC9D8. Grayscale: #5E5E5E. Windows color (decimal): -4114905 or 2569921. OLE color: 2569921.

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

Color convert

RGB 193 54 39 -
CMYK 0 0.72 0.80 0.24
HSL 5.84º 0.66% 0.45% -
HSV(B) 5.84º 0.8% 0.76% -
XYZ 23.68 14.12 3.4 -
YUV 93.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 193 54 39 0 0.72 0.80 0.24 5.84 0.66 0.45
Hex C1 36 27 0 48 50 18 6 42 2D
Octal 301 66 47 0 110 120 30 6 102 55
Binary 11000001 110110 100111 0 1001000 1010000 11000 110 1000010 101101

Color Harmonies of #C13627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13627

Black with #C13627

Text Example


Text Example

White with #C13627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13627; }

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

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

background-color css

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

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

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

border-color css

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

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

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