Html Css Color HEX #C53430 Persian Red

📋 copy color: '#C53430'

red 197 ◦ green 52 ◦ blue 48

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

Shades of Persian Red #C53430

Tints of Persian Red #C53430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 66.33%
G = 17.51%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C53430 (or 0xC53430) is known color: Persian Red. HEX triplet: C5, 34 and 30. RGB value is (197,52,48). Sum of RGB (Red+Green+Blue) = 197+52+48=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C53430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53430 is #3ACBCF. Grayscale: #5F5F5F. Windows color (decimal): -3853264 or 3159237. OLE color: 3159237.

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

Color convert

RGB 197 52 48 -
CMYK 0 0.74 0.76 0.23
HSL 1.61º 0.61% 0.48% -
HSV(B) 1.61º 0.76% 0.77% -
XYZ 24.79 14.54 4.3 -
YUV 94.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 197 52 48 0 0.74 0.76 0.23 1.61 0.61 0.48
Hex C5 34 30 0 4A 4C 17 2 3D 30
Octal 305 64 60 0 112 114 27 2 75 60
Binary 11000101 110100 110000 0 1001010 1001100 10111 10 111101 110000

Color Harmonies of #C53430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53430

Black with #C53430

Text Example


Text Example

White with #C53430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53430; }

 p { color: rgb(197,52,48); }

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

background-color css

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

 a { background-color: rgb(197,52,48); }

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

border-color css

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

 span { border-color: rgb(197,52,48); }

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