Html Css Color HEX #C13930 Persian Red

📋 copy color: '#C13930'

red 193 ◦ green 57 ◦ blue 48

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

Shades of Persian Red #C13930

Tints of Persian Red #C13930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

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

R = 64.77%
G = 19.13%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C13930 (or 0xC13930) is known color: Persian Red. HEX triplet: C1, 39 and 30. RGB value is (193,57,48). Sum of RGB (Red+Green+Blue) = 193+57+48=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C13930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13930 is #3EC6CF. Grayscale: #606060. Windows color (decimal): -4114128 or 3160513. OLE color: 3160513.

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

Color convert

RGB 193 57 48 -
CMYK 0 0.70 0.75 0.24
HSL 3.72º 0.6% 0.47% -
HSV(B) 3.72º 0.75% 0.76% -
XYZ 23.99 14.48 4.33 -
YUV 96.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 193 57 48 0 0.70 0.75 0.24 3.72 0.6 0.47
Hex C1 39 30 0 46 4B 18 4 3C 2F
Octal 301 71 60 0 106 113 30 4 74 57
Binary 11000001 111001 110000 0 1000110 1001011 11000 100 111100 101111

Color Harmonies of #C13930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13930

Black with #C13930

Text Example


Text Example

White with #C13930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13930; }

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

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

background-color css

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

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

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

border-color css

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

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

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