Html Css Color HEX #C5252E Cardinal

📋 copy color: '#C5252E'

red 197 ◦ green 37 ◦ blue 46

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

Shades of Cardinal #C5252E

Tints of Cardinal #C5252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 70.36%
G = 13.21%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5252E (or 0xC5252E) is known color: Cardinal. HEX triplet: C5, 25 and 2E. RGB value is (197,37,46). Sum of RGB (Red+Green+Blue) = 197+37+46=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5252E is #3ADAD1. Grayscale: #555555. Windows color (decimal): -3857106 or 3024325. OLE color: 3024325.

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

Color convert

RGB 197 37 46 -
CMYK 0 0.81 0.77 0.23
HSL 356.63º 0.68% 0.46% -
HSV(B) 356.63º 0.81% 0.77% -
XYZ 24.18 13.39 3.89 -
YUV 85.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 197 37 46 0 0.81 0.77 0.23 356.63 0.68 0.46
Hex C5 25 2E 0 51 4D 17 165 44 2E
Octal 305 45 56 0 121 115 27 545 104 56
Binary 11000101 100101 101110 0 1010001 1001101 10111 101100101 1000100 101110

Color Harmonies of #C5252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5252E

Black with #C5252E

Text Example


Text Example

White with #C5252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5252E; }

 p { color: rgb(197,37,46); }

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

background-color css

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

 a { background-color: rgb(197,37,46); }

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

border-color css

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

 span { border-color: rgb(197,37,46); }

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