Html Css Color HEX #C13730 Persian Red

📋 copy color: '#C13730'

red 193 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #C13730

Tints of Persian Red #C13730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 65.2%
G = 18.58%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C13730 (or 0xC13730) is known color: Persian Red. HEX triplet: C1, 37 and 30. RGB value is (193,55,48). Sum of RGB (Red+Green+Blue) = 193+55+48=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C13730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13730 is #3EC8CF. Grayscale: #5F5F5F. Windows color (decimal): -4114640 or 3160001. OLE color: 3160001.

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

Color convert

RGB 193 55 48 -
CMYK 0 0.72 0.75 0.24
HSL 2.9º 0.6% 0.47% -
HSV(B) 2.9º 0.75% 0.76% -
XYZ 23.89 14.28 4.29 -
YUV 95.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 193 55 48 0 0.72 0.75 0.24 2.9 0.6 0.47
Hex C1 37 30 0 48 4B 18 3 3C 2F
Octal 301 67 60 0 110 113 30 3 74 57
Binary 11000001 110111 110000 0 1001000 1001011 11000 11 111100 101111

Color Harmonies of #C13730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13730

Black with #C13730

Text Example


Text Example

White with #C13730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13730; }

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

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

background-color css

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

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

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

border-color css

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

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

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