Html Css Color HEX #C13C30 Persian Red

📋 copy color: '#C13C30'

red 193 ◦ green 60 ◦ blue 48

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

Shades of Persian Red #C13C30

Tints of Persian Red #C13C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

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

R = 64.12%
G = 19.93%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C13C30 (or 0xC13C30) is known color: Persian Red. HEX triplet: C1, 3C and 30. RGB value is (193,60,48). Sum of RGB (Red+Green+Blue) = 193+60+48=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C30 is #3EC3CF. Grayscale: #626262. Windows color (decimal): -4113360 or 3161281. OLE color: 3161281.

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

Color convert

RGB 193 60 48 -
CMYK 0 0.69 0.75 0.24
HSL 4.97º 0.6% 0.47% -
HSV(B) 4.97º 0.75% 0.76% -
XYZ 24.14 14.78 4.38 -
YUV 98.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 193 60 48 0 0.69 0.75 0.24 4.97 0.6 0.47
Hex C1 3C 30 0 45 4B 18 5 3C 2F
Octal 301 74 60 0 105 113 30 5 74 57
Binary 11000001 111100 110000 0 1000101 1001011 11000 101 111100 101111

Color Harmonies of #C13C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C30

Black with #C13C30

Text Example


Text Example

White with #C13C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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