Html Css Color HEX #C52928 Persian Red

📋 copy color: '#C52928'

red 197 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #C52928

Tints of Persian Red #C52928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

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

R = 70.86%
G = 14.75%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C52928 (or 0xC52928) is known color: Persian Red. HEX triplet: C5, 29 and 28. RGB value is (197,41,40). Sum of RGB (Red+Green+Blue) = 197+41+40=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C52928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52928 is #3AD6D7. Grayscale: #575757. Windows color (decimal): -3856088 or 2632133. OLE color: 2632133.

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

Color convert

RGB 197 41 40 -
CMYK 0 0.79 0.80 0.23
HSL 0.38º 0.66% 0.46% -
HSV(B) 0.38º 0.8% 0.77% -
XYZ 24.2 13.61 3.36 -
YUV 87.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 197 41 40 0 0.79 0.80 0.23 0.38 0.66 0.46
Hex C5 29 28 0 4F 50 17 0 42 2E
Octal 305 51 50 0 117 120 27 0 102 56
Binary 11000101 101001 101000 0 1001111 1010000 10111 0 1000010 101110

Color Harmonies of #C52928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52928

Black with #C52928

Text Example


Text Example

White with #C52928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52928; }

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

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

background-color css

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

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

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

border-color css

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

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

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