Html Css Color HEX #C5302C Persian Red

📋 copy color: '#C5302C'

red 197 ◦ green 48 ◦ blue 44

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

Shades of Persian Red #C5302C

Tints of Persian Red #C5302C

RGB

 RED value IS 197 (77.34% from 255) = 68.17%

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

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 68.17%
G = 16.61%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5302C (or 0xC5302C) is known color: Persian Red. HEX triplet: C5, 30 and 2C. RGB value is (197,48,44). Sum of RGB (Red+Green+Blue) = 197+48+44=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5302C is #3ACFD3. Grayscale: #5C5C5C. Windows color (decimal): -3854292 or 2896069. OLE color: 2896069.

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

Color convert

RGB 197 48 44 -
CMYK 0 0.76 0.78 0.23
HSL 1.57º 0.63% 0.47% -
HSV(B) 1.57º 0.78% 0.77% -
XYZ 24.54 14.17 3.82 -
YUV 92.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 197 48 44 0 0.76 0.78 0.23 1.57 0.63 0.47
Hex C5 30 2C 0 4C 4E 17 2 3F 2F
Octal 305 60 54 0 114 116 27 2 77 57
Binary 11000101 110000 101100 0 1001100 1001110 10111 10 111111 101111

Color Harmonies of #C5302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5302C

Black with #C5302C

Text Example


Text Example

White with #C5302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5302C; }

 p { color: rgb(197,48,44); }

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

background-color css

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

 a { background-color: rgb(197,48,44); }

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

border-color css

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

 span { border-color: rgb(197,48,44); }

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