Html Css Color HEX #C53E2C Persian Red

📋 copy color: '#C53E2C'

red 197 ◦ green 62 ◦ blue 44

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

Shades of Persian Red #C53E2C

Tints of Persian Red #C53E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.46%

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

R = 65.02%
G = 20.46%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C53E2C (or 0xC53E2C) is known color: Persian Red. HEX triplet: C5, 3E and 2C. RGB value is (197,62,44). Sum of RGB (Red+Green+Blue) = 197+62+44=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E2C is #3AC1D3. Grayscale: #646464. Windows color (decimal): -3850708 or 2899653. OLE color: 2899653.

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

Color convert

RGB 197 62 44 -
CMYK 0 0.69 0.78 0.23
HSL 7.06º 0.63% 0.47% -
HSV(B) 7.06º 0.78% 0.77% -
XYZ 25.2 15.5 4.05 -
YUV 100.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 197 62 44 0 0.69 0.78 0.23 7.06 0.63 0.47
Hex C5 3E 2C 0 45 4E 17 7 3F 2F
Octal 305 76 54 0 105 116 27 7 77 57
Binary 11000101 111110 101100 0 1000101 1001110 10111 111 111111 101111

Color Harmonies of #C53E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E2C

Black with #C53E2C

Text Example


Text Example

White with #C53E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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