Html Css Color HEX #C13130 Persian Red

📋 copy color: '#C13130'

red 193 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #C13130

Tints of Persian Red #C13130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

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

R = 66.55%
G = 16.9%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C13130 (or 0xC13130) is known color: Persian Red. HEX triplet: C1, 31 and 30. RGB value is (193,49,48). Sum of RGB (Red+Green+Blue) = 193+49+48=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C13130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13130 is #3ECECF. Grayscale: #5C5C5C. Windows color (decimal): -4116176 or 3158465. OLE color: 3158465.

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

Color convert

RGB 193 49 48 -
CMYK 0 0.75 0.75 0.24
HSL 0.41º 0.6% 0.47% -
HSV(B) 0.41º 0.75% 0.76% -
XYZ 23.62 13.75 4.2 -
YUV 91.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 193 49 48 0 0.75 0.75 0.24 0.41 0.6 0.47
Hex C1 31 30 0 4B 4B 18 0 3C 2F
Octal 301 61 60 0 113 113 30 0 74 57
Binary 11000001 110001 110000 0 1001011 1001011 11000 0 111100 101111

Color Harmonies of #C13130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13130

Black with #C13130

Text Example


Text Example

White with #C13130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13130; }

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

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

background-color css

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

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

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

border-color css

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

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

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