Html Css Color HEX #C53D2F Persian Red

📋 copy color: '#C53D2F'

red 197 ◦ green 61 ◦ blue 47

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

Shades of Persian Red #C53D2F

Tints of Persian Red #C53D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 64.59%
G = 20%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C53D2F (or 0xC53D2F) is known color: Persian Red. HEX triplet: C5, 3D and 2F. RGB value is (197,61,47). Sum of RGB (Red+Green+Blue) = 197+61+47=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D2F is #3AC2D0. Grayscale: #646464. Windows color (decimal): -3850961 or 3096005. OLE color: 3096005.

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

Color convert

RGB 197 61 47 -
CMYK 0 0.69 0.76 0.23
HSL 5.6º 0.61% 0.48% -
HSV(B) 5.6º 0.76% 0.77% -
XYZ 25.21 15.41 4.34 -
YUV 100.07 98.06 197.14 -
System Red Green Blue C M Y K H S L
Decimal 197 61 47 0 0.69 0.76 0.23 5.6 0.61 0.48
Hex C5 3D 2F 0 45 4C 17 6 3D 30
Octal 305 75 57 0 105 114 27 6 75 60
Binary 11000101 111101 101111 0 1000101 1001100 10111 110 111101 110000

Color Harmonies of #C53D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D2F

Black with #C53D2F

Text Example


Text Example

White with #C53D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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