Html Css Color HEX #C13D3C Persian Red

📋 copy color: '#C13D3C'

red 193 ◦ green 61 ◦ blue 60

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

Shades of Persian Red #C13D3C

Tints of Persian Red #C13D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 61.46%
G = 19.43%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C13D3C (or 0xC13D3C) is known color: Persian Red. HEX triplet: C1, 3D and 3C. RGB value is (193,61,60). Sum of RGB (Red+Green+Blue) = 193+61+60=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D3C is #3EC2C3. Grayscale: #646464. Windows color (decimal): -4113092 or 3947969. OLE color: 3947969.

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

Color convert

RGB 193 61 60 -
CMYK 0 0.68 0.69 0.24
HSL 0.45º 0.53% 0.5% -
HSV(B) 0.45º 0.69% 0.76% -
XYZ 24.48 15 5.88 -
YUV 100.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 193 61 60 0 0.68 0.69 0.24 0.45 0.53 0.5
Hex C1 3D 3C 0 44 45 18 0 35 32
Octal 301 75 74 0 104 105 30 0 65 62
Binary 11000001 111101 111100 0 1000100 1000101 11000 0 110101 110010

Color Harmonies of #C13D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D3C

Black with #C13D3C

Text Example


Text Example

White with #C13D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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