Html Css Color HEX #C53B2D Persian Red

📋 copy color: '#C53B2D'

red 197 ◦ green 59 ◦ blue 45

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

Shades of Persian Red #C53B2D

Tints of Persian Red #C53B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 65.45%
G = 19.6%
B = 14.95%

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

#C53B2D (or 0xC53B2D) is known color: Persian Red. HEX triplet: C5, 3B and 2D. RGB value is (197,59,45). Sum of RGB (Red+Green+Blue) = 197+59+45=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B2D is #3AC4D2. Grayscale: #626262. Windows color (decimal): -3851475 or 2964421. OLE color: 2964421.

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

Color convert

RGB 197 59 45 -
CMYK 0 0.70 0.77 0.23
HSL 5.53º 0.63% 0.47% -
HSV(B) 5.53º 0.77% 0.77% -
XYZ 25.06 15.19 4.09 -
YUV 98.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 197 59 45 0 0.70 0.77 0.23 5.53 0.63 0.47
Hex C5 3B 2D 0 46 4D 17 6 3F 2F
Octal 305 73 55 0 106 115 27 6 77 57
Binary 11000101 111011 101101 0 1000110 1001101 10111 110 111111 101111

Color Harmonies of #C53B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B2D

Black with #C53B2D

Text Example


Text Example

White with #C53B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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