Html Css Color HEX #C5252D Cardinal

📋 copy color: '#C5252D'

red 197 ◦ green 37 ◦ blue 45

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

Shades of Cardinal #C5252D

Tints of Cardinal #C5252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 70.61%
G = 13.26%
B = 16.13%

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

#C5252D (or 0xC5252D) is known color: Cardinal. HEX triplet: C5, 25 and 2D. RGB value is (197,37,45). Sum of RGB (Red+Green+Blue) = 197+37+45=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5252D is #3ADAD2. Grayscale: #555555. Windows color (decimal): -3857107 or 2958789. OLE color: 2958789.

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

Color convert

RGB 197 37 45 -
CMYK 0 0.81 0.77 0.23
HSL 357º 0.68% 0.46% -
HSV(B) 357º 0.81% 0.77% -
XYZ 24.16 13.38 3.79 -
YUV 85.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 197 37 45 0 0.81 0.77 0.23 357 0.68 0.46
Hex C5 25 2D 0 51 4D 17 165 44 2E
Octal 305 45 55 0 121 115 27 545 104 56
Binary 11000101 100101 101101 0 1010001 1001101 10111 101100101 1000100 101110

Color Harmonies of #C5252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5252D

Black with #C5252D

Text Example


Text Example

White with #C5252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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