Html Css Color HEX #C13735 Persian Red

📋 copy color: '#C13735'

red 193 ◦ green 55 ◦ blue 53

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

Shades of Persian Red #C13735

Tints of Persian Red #C13735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 64.12%
G = 18.27%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C13735 (or 0xC13735) is known color: Persian Red. HEX triplet: C1, 37 and 35. RGB value is (193,55,53). Sum of RGB (Red+Green+Blue) = 193+55+53=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C13735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13735 is #3EC8CA. Grayscale: #606060. Windows color (decimal): -4114635 or 3487681. OLE color: 3487681.

HSL color Cylindrical-coordinate representation of color #C13735: hue angle of 0.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13735 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 53 -
CMYK 0 0.72 0.73 0.24
HSL 0.86º 0.57% 0.48% -
HSV(B) 0.86º 0.73% 0.76% -
XYZ 24 14.33 4.87 -
YUV 96.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 193 55 53 0 0.72 0.73 0.24 0.86 0.57 0.48
Hex C1 37 35 0 48 49 18 1 39 30
Octal 301 67 65 0 110 111 30 1 71 60
Binary 11000001 110111 110101 0 1001000 1001001 11000 1 111001 110000

Color Harmonies of #C13735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13735

Black with #C13735

Text Example


Text Example

White with #C13735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13735; }

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

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

background-color css

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

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

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

border-color css

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

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

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