Html Css Color HEX #C5242C Cardinal

📋 copy color: '#C5242C'

red 197 ◦ green 36 ◦ blue 44

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

Shades of Cardinal #C5242C

Tints of Cardinal #C5242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

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

R = 71.12%
G = 13%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5242C (or 0xC5242C) is known color: Cardinal. HEX triplet: C5, 24 and 2C. RGB value is (197,36,44). Sum of RGB (Red+Green+Blue) = 197+36+44=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5242C is #3ADBD3. Grayscale: #555555. Windows color (decimal): -3857364 or 2892997. OLE color: 2892997.

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

Color convert

RGB 197 36 44 -
CMYK 0 0.82 0.78 0.23
HSL 357.02º 0.69% 0.46% -
HSV(B) 357.02º 0.82% 0.77% -
XYZ 24.11 13.31 3.68 -
YUV 85.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 197 36 44 0 0.82 0.78 0.23 357.02 0.69 0.46
Hex C5 24 2C 0 52 4E 17 165 45 2E
Octal 305 44 54 0 122 116 27 545 105 56
Binary 11000101 100100 101100 0 1010010 1001110 10111 101100101 1000101 101110

Color Harmonies of #C5242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5242C

Black with #C5242C

Text Example


Text Example

White with #C5242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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