Html Css Color HEX #C53B2E Persian Red

📋 copy color: '#C53B2E'

red 197 ◦ green 59 ◦ blue 46

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

Shades of Persian Red #C53B2E

Tints of Persian Red #C53B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

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

R = 65.23%
G = 19.54%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C53B2E (or 0xC53B2E) is known color: Persian Red. HEX triplet: C5, 3B and 2E. RGB value is (197,59,46). Sum of RGB (Red+Green+Blue) = 197+59+46=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B2E is #3AC4D1. Grayscale: #626262. Windows color (decimal): -3851474 or 3029957. OLE color: 3029957.

HSL color Cylindrical-coordinate representation of color #C53B2E: hue angle of 5.17º 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 #C53B2E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 59 46 -
CMYK 0 0.70 0.77 0.23
HSL 5.17º 0.62% 0.48% -
HSV(B) 5.17º 0.77% 0.77% -
XYZ 25.08 15.2 4.2 -
YUV 98.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 197 59 46 0 0.70 0.77 0.23 5.17 0.62 0.48
Hex C5 3B 2E 0 46 4D 17 5 3E 30
Octal 305 73 56 0 106 115 27 5 76 60
Binary 11000101 111011 101110 0 1000110 1001101 10111 101 111110 110000

Color Harmonies of #C53B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B2E

Black with #C53B2E

Text Example


Text Example

White with #C53B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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