Html Css Color HEX #C53328 Persian Red

📋 copy color: '#C53328'

red 197 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #C53328

Tints of Persian Red #C53328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 68.4%
G = 17.71%
B = 13.89%

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

#C53328 (or 0xC53328) is known color: Persian Red. HEX triplet: C5, 33 and 28. RGB value is (197,51,40). Sum of RGB (Red+Green+Blue) = 197+51+40=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C53328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53328 is #3ACCD7. Grayscale: #5D5D5D. Windows color (decimal): -3853528 or 2634693. OLE color: 2634693.

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

Color convert

RGB 197 51 40 -
CMYK 0 0.74 0.80 0.23
HSL 4.2º 0.66% 0.46% -
HSV(B) 4.2º 0.8% 0.77% -
XYZ 24.59 14.39 3.49 -
YUV 93.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 197 51 40 0 0.74 0.80 0.23 4.2 0.66 0.46
Hex C5 33 28 0 4A 50 17 4 42 2E
Octal 305 63 50 0 112 120 27 4 102 56
Binary 11000101 110011 101000 0 1001010 1010000 10111 100 1000010 101110

Color Harmonies of #C53328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53328

Black with #C53328

Text Example


Text Example

White with #C53328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53328; }

 p { color: rgb(197,51,40); }

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

background-color css

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

 a { background-color: rgb(197,51,40); }

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

border-color css

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

 span { border-color: rgb(197,51,40); }

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