Html Css Color HEX #C13C2D Persian Red

📋 copy color: '#C13C2D'

red 193 ◦ green 60 ◦ blue 45

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

Shades of Persian Red #C13C2D

Tints of Persian Red #C13C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 64.77%
G = 20.13%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C13C2D (or 0xC13C2D) is known color: Persian Red. HEX triplet: C1, 3C and 2D. RGB value is (193,60,45). Sum of RGB (Red+Green+Blue) = 193+60+45=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C2D is #3EC3D2. Grayscale: #626262. Windows color (decimal): -4113363 or 2964673. OLE color: 2964673.

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

Color convert

RGB 193 60 45 -
CMYK 0 0.69 0.77 0.24
HSL 6.08º 0.62% 0.47% -
HSV(B) 6.08º 0.77% 0.76% -
XYZ 24.08 14.76 4.06 -
YUV 98.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 193 60 45 0 0.69 0.77 0.24 6.08 0.62 0.47
Hex C1 3C 2D 0 45 4D 18 6 3E 2F
Octal 301 74 55 0 105 115 30 6 76 57
Binary 11000001 111100 101101 0 1000101 1001101 11000 110 111110 101111

Color Harmonies of #C13C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C2D

Black with #C13C2D

Text Example


Text Example

White with #C13C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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