Html Css Color HEX #C52F2C Persian Red

📋 copy color: '#C52F2C'

red 197 ◦ green 47 ◦ blue 44

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

Shades of Persian Red #C52F2C

Tints of Persian Red #C52F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.32%

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 68.4%
G = 16.32%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C52F2C (or 0xC52F2C) is known color: Persian Red. HEX triplet: C5, 2F and 2C. RGB value is (197,47,44). Sum of RGB (Red+Green+Blue) = 197+47+44=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52F2C is #3AD0D3. Grayscale: #5B5B5B. Windows color (decimal): -3854548 or 2895813. OLE color: 2895813.

HSL color Cylindrical-coordinate representation of color #C52F2C: hue angle of 1.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52F2C is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 47 44 -
CMYK 0 0.76 0.78 0.23
HSL 1.18º 0.63% 0.47% -
HSV(B) 1.18º 0.78% 0.77% -
XYZ 24.5 14.09 3.81 -
YUV 91.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 197 47 44 0 0.76 0.78 0.23 1.18 0.63 0.47
Hex C5 2F 2C 0 4C 4E 17 1 3F 2F
Octal 305 57 54 0 114 116 27 1 77 57
Binary 11000101 101111 101100 0 1001100 1001110 10111 1 111111 101111

Color Harmonies of #C52F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52F2C

Black with #C52F2C

Text Example


Text Example

White with #C52F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52F2C; }

 p { color: rgb(197,47,44); }

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

background-color css

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

 a { background-color: rgb(197,47,44); }

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

border-color css

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

 span { border-color: rgb(197,47,44); }

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