Html Css Color HEX #C53427 Persian Red

📋 copy color: '#C53427'

red 197 ◦ green 52 ◦ blue 39

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

Shades of Persian Red #C53427

Tints of Persian Red #C53427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 68.4%
G = 18.06%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C53427 (or 0xC53427) is known color: Persian Red. HEX triplet: C5, 34 and 27. RGB value is (197,52,39). Sum of RGB (Red+Green+Blue) = 197+52+39=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C53427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53427 is #3ACBD8. Grayscale: #5E5E5E. Windows color (decimal): -3853273 or 2569413. OLE color: 2569413.

HSL color Cylindrical-coordinate representation of color #C53427: hue angle of 4.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C53427 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 39 -
CMYK 0 0.74 0.80 0.23
HSL 4.94º 0.67% 0.46% -
HSV(B) 4.94º 0.8% 0.77% -
XYZ 24.62 14.47 3.42 -
YUV 93.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 197 52 39 0 0.74 0.80 0.23 4.94 0.67 0.46
Hex C5 34 27 0 4A 50 17 5 43 2E
Octal 305 64 47 0 112 120 27 5 103 56
Binary 11000101 110100 100111 0 1001010 1010000 10111 101 1000011 101110

Color Harmonies of #C53427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53427

Black with #C53427

Text Example


Text Example

White with #C53427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53427; }

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

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

background-color css

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

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

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

border-color css

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

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

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