Html Css Color HEX #C1302A Persian Red

📋 copy color: '#C1302A'

red 193 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #C1302A

Tints of Persian Red #C1302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 68.2%
G = 16.96%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1302A (or 0xC1302A) is known color: Persian Red. HEX triplet: C1, 30 and 2A. RGB value is (193,48,42). Sum of RGB (Red+Green+Blue) = 193+48+42=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C1302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1302A is #3ECFD5. Grayscale: #5A5A5A. Windows color (decimal): -4116438 or 2764993. OLE color: 2764993.

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

Color convert

RGB 193 48 42 -
CMYK 0 0.75 0.78 0.24
HSL 2.38º 0.64% 0.46% -
HSV(B) 2.38º 0.78% 0.76% -
XYZ 23.47 13.62 3.58 -
YUV 90.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 193 48 42 0 0.75 0.78 0.24 2.38 0.64 0.46
Hex C1 30 2A 0 4B 4E 18 2 40 2E
Octal 301 60 52 0 113 116 30 2 100 56
Binary 11000001 110000 101010 0 1001011 1001110 11000 10 1000000 101110

Color Harmonies of #C1302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1302A

Black with #C1302A

Text Example


Text Example

White with #C1302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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