Html Css Color HEX #C1342B Persian Red

📋 copy color: '#C1342B'

red 193 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #C1342B

Tints of Persian Red #C1342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 67.01%
G = 18.06%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1342B (or 0xC1342B) is known color: Persian Red. HEX triplet: C1, 34 and 2B. RGB value is (193,52,43). Sum of RGB (Red+Green+Blue) = 193+52+43=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1342B is #3ECBD4. Grayscale: #5D5D5D. Windows color (decimal): -4115413 or 2831553. OLE color: 2831553.

HSL color Cylindrical-coordinate representation of color #C1342B: hue angle of 3.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1342B is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 43 -
CMYK 0 0.73 0.78 0.24
HSL 3.6º 0.64% 0.46% -
HSV(B) 3.6º 0.78% 0.76% -
XYZ 23.66 13.97 3.73 -
YUV 93.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 193 52 43 0 0.73 0.78 0.24 3.6 0.64 0.46
Hex C1 34 2B 0 49 4E 18 4 40 2E
Octal 301 64 53 0 111 116 30 4 100 56
Binary 11000001 110100 101011 0 1001001 1001110 11000 100 1000000 101110

Color Harmonies of #C1342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1342B

Black with #C1342B

Text Example


Text Example

White with #C1342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1342B; }

 p { color: rgb(193,52,43); }

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

background-color css

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

 a { background-color: rgb(193,52,43); }

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

border-color css

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

 span { border-color: rgb(193,52,43); }

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