Html Css Color HEX #C1302F Persian Red

📋 copy color: '#C1302F'

red 193 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #C1302F

Tints of Persian Red #C1302F

RGB

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

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

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

R = 67.01%
G = 16.67%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1302F (or 0xC1302F) is known color: Persian Red. HEX triplet: C1, 30 and 2F. RGB value is (193,48,47). Sum of RGB (Red+Green+Blue) = 193+48+47=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1302F is #3ECFD0. Grayscale: #5B5B5B. Windows color (decimal): -4116433 or 3092673. OLE color: 3092673.

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

Color convert

RGB 193 48 47 -
CMYK 0 0.75 0.76 0.24
HSL 0.41º 0.61% 0.47% -
HSV(B) 0.41º 0.76% 0.76% -
XYZ 23.56 13.66 4.08 -
YUV 91.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 193 48 47 0 0.75 0.76 0.24 0.41 0.61 0.47
Hex C1 30 2F 0 4B 4C 18 0 3D 2F
Octal 301 60 57 0 113 114 30 0 75 57
Binary 11000001 110000 101111 0 1001011 1001100 11000 0 111101 101111

Color Harmonies of #C1302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1302F

Black with #C1302F

Text Example


Text Example

White with #C1302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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