Html Css Color HEX #C13A30 Persian Red

📋 copy color: '#C13A30'

red 193 ◦ green 58 ◦ blue 48

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

Shades of Persian Red #C13A30

Tints of Persian Red #C13A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

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

R = 64.55%
G = 19.4%
B = 16.05%

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

#C13A30 (or 0xC13A30) is known color: Persian Red. HEX triplet: C1, 3A and 30. RGB value is (193,58,48). Sum of RGB (Red+Green+Blue) = 193+58+48=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A30 is #3EC5CF. Grayscale: #616161. Windows color (decimal): -4113872 or 3160769. OLE color: 3160769.

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

Color convert

RGB 193 58 48 -
CMYK 0 0.70 0.75 0.24
HSL 4.14º 0.6% 0.47% -
HSV(B) 4.14º 0.75% 0.76% -
XYZ 24.04 14.58 4.34 -
YUV 97.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 193 58 48 0 0.70 0.75 0.24 4.14 0.6 0.47
Hex C1 3A 30 0 46 4B 18 4 3C 2F
Octal 301 72 60 0 106 113 30 4 74 57
Binary 11000001 111010 110000 0 1000110 1001011 11000 100 111100 101111

Color Harmonies of #C13A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A30

Black with #C13A30

Text Example


Text Example

White with #C13A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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