Html Css Color HEX #C5302E Persian Red

📋 copy color: '#C5302E'

red 197 ◦ green 48 ◦ blue 46

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

Shades of Persian Red #C5302E

Tints of Persian Red #C5302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 67.7%
G = 16.49%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5302E (or 0xC5302E) is known color: Persian Red. HEX triplet: C5, 30 and 2E. RGB value is (197,48,46). Sum of RGB (Red+Green+Blue) = 197+48+46=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5302E is #3ACFD1. Grayscale: #5C5C5C. Windows color (decimal): -3854290 or 3027141. OLE color: 3027141.

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

Color convert

RGB 197 48 46 -
CMYK 0 0.76 0.77 0.23
HSL 0.79º 0.62% 0.48% -
HSV(B) 0.79º 0.77% 0.77% -
XYZ 24.58 14.18 4.03 -
YUV 92.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 197 48 46 0 0.76 0.77 0.23 0.79 0.62 0.48
Hex C5 30 2E 0 4C 4D 17 1 3E 30
Octal 305 60 56 0 114 115 27 1 76 60
Binary 11000101 110000 101110 0 1001100 1001101 10111 1 111110 110000

Color Harmonies of #C5302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5302E

Black with #C5302E

Text Example


Text Example

White with #C5302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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