Html Css Color HEX #C13733 Persian Red

📋 copy color: '#C13733'

red 193 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #C13733

Tints of Persian Red #C13733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 64.55%
G = 18.39%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C13733 (or 0xC13733) is known color: Persian Red. HEX triplet: C1, 37 and 33. RGB value is (193,55,51). Sum of RGB (Red+Green+Blue) = 193+55+51=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C13733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13733 is #3EC8CC. Grayscale: #5F5F5F. Windows color (decimal): -4114637 or 3356609. OLE color: 3356609.

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

Color convert

RGB 193 55 51 -
CMYK 0 0.72 0.74 0.24
HSL 1.69º 0.58% 0.48% -
HSV(B) 1.69º 0.74% 0.76% -
XYZ 23.96 14.31 4.63 -
YUV 95.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 193 55 51 0 0.72 0.74 0.24 1.69 0.58 0.48
Hex C1 37 33 0 48 4A 18 2 3A 30
Octal 301 67 63 0 110 112 30 2 72 60
Binary 11000001 110111 110011 0 1001000 1001010 11000 10 111010 110000

Color Harmonies of #C13733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13733

Black with #C13733

Text Example


Text Example

White with #C13733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13733; }

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

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

background-color css

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

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

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

border-color css

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

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

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