Html Css Color HEX #C52F26 Persian Red

📋 copy color: '#C52F26'

red 197 ◦ green 47 ◦ blue 38

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

Shades of Persian Red #C52F26

Tints of Persian Red #C52F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 69.86%
G = 16.67%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C52F26 (or 0xC52F26) is known color: Persian Red. HEX triplet: C5, 2F and 26. RGB value is (197,47,38). Sum of RGB (Red+Green+Blue) = 197+47+38=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52F26 is #3AD0D9. Grayscale: #5B5B5B. Windows color (decimal): -3854554 or 2502597. OLE color: 2502597.

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

Color convert

RGB 197 47 38 -
CMYK 0 0.76 0.81 0.23
HSL 3.4º 0.68% 0.46% -
HSV(B) 3.4º 0.81% 0.77% -
XYZ 24.39 14.04 3.26 -
YUV 90.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 197 47 38 0 0.76 0.81 0.23 3.4 0.68 0.46
Hex C5 2F 26 0 4C 51 17 3 44 2E
Octal 305 57 46 0 114 121 27 3 104 56
Binary 11000101 101111 100110 0 1001100 1010001 10111 11 1000100 101110

Color Harmonies of #C52F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52F26

Black with #C52F26

Text Example


Text Example

White with #C52F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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