Html Css Color HEX #C53D2E Persian Red

📋 copy color: '#C53D2E'

red 197 ◦ green 61 ◦ blue 46

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

Shades of Persian Red #C53D2E

Tints of Persian Red #C53D2E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

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

R = 64.8%
G = 20.07%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C53D2E (or 0xC53D2E) is known color: Persian Red. HEX triplet: C5, 3D and 2E. RGB value is (197,61,46). Sum of RGB (Red+Green+Blue) = 197+61+46=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D2E is #3AC2D1. Grayscale: #646464. Windows color (decimal): -3850962 or 3030469. OLE color: 3030469.

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

Color convert

RGB 197 61 46 -
CMYK 0 0.69 0.77 0.23
HSL 5.96º 0.62% 0.48% -
HSV(B) 5.96º 0.77% 0.77% -
XYZ 25.19 15.41 4.23 -
YUV 99.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 197 61 46 0 0.69 0.77 0.23 5.96 0.62 0.48
Hex C5 3D 2E 0 45 4D 17 6 3E 30
Octal 305 75 56 0 105 115 27 6 76 60
Binary 11000101 111101 101110 0 1000101 1001101 10111 110 111110 110000

Color Harmonies of #C53D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D2E

Black with #C53D2E

Text Example


Text Example

White with #C53D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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