Html Css Color HEX #C52923 Persian Red

📋 copy color: '#C52923'

red 197 ◦ green 41 ◦ blue 35

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

Shades of Persian Red #C52923

Tints of Persian Red #C52923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.82%

R = 72.16%
G = 15.02%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C52923 (or 0xC52923) is known color: Persian Red. HEX triplet: C5, 29 and 23. RGB value is (197,41,35). Sum of RGB (Red+Green+Blue) = 197+41+35=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C52923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52923 is #3AD6DC. Grayscale: #575757. Windows color (decimal): -3856093 or 2304453. OLE color: 2304453.

HSL color Cylindrical-coordinate representation of color #C52923: hue angle of 2.22º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52923 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 35 -
CMYK 0 0.79 0.82 0.23
HSL 2.22º 0.7% 0.45% -
HSV(B) 2.22º 0.82% 0.77% -
XYZ 24.12 13.58 2.94 -
YUV 86.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 197 41 35 0 0.79 0.82 0.23 2.22 0.7 0.45
Hex C5 29 23 0 4F 52 17 2 46 2D
Octal 305 51 43 0 117 122 27 2 106 55
Binary 11000101 101001 100011 0 1001111 1010010 10111 10 1000110 101101

Color Harmonies of #C52923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52923

Black with #C52923

Text Example


Text Example

White with #C52923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52923; }

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

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

background-color css

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

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

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

border-color css

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

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

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