Html Css Color HEX #C13A2F Persian Red

📋 copy color: '#C13A2F'

red 193 ◦ green 58 ◦ blue 47

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

Shades of Persian Red #C13A2F

Tints of Persian Red #C13A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 64.77%
G = 19.46%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C13A2F (or 0xC13A2F) is known color: Persian Red. HEX triplet: C1, 3A and 2F. RGB value is (193,58,47). Sum of RGB (Red+Green+Blue) = 193+58+47=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A2F is #3EC5D0. Grayscale: #616161. Windows color (decimal): -4113873 or 3095233. OLE color: 3095233.

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

Color convert

RGB 193 58 47 -
CMYK 0 0.70 0.76 0.24
HSL 4.52º 0.61% 0.47% -
HSV(B) 4.52º 0.76% 0.76% -
XYZ 24.02 14.57 4.24 -
YUV 97.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 193 58 47 0 0.70 0.76 0.24 4.52 0.61 0.47
Hex C1 3A 2F 0 46 4C 18 5 3D 2F
Octal 301 72 57 0 106 114 30 5 75 57
Binary 11000001 111010 101111 0 1000110 1001100 11000 101 111101 101111

Color Harmonies of #C13A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A2F

Black with #C13A2F

Text Example


Text Example

White with #C13A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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