Html Css Color HEX #C5182E Cardinal

📋 copy color: '#C5182E'

red 197 ◦ green 24 ◦ blue 46

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

Shades of Cardinal #C5182E

Tints of Cardinal #C5182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 73.78%
G = 8.99%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5182E (or 0xC5182E) is known color: Cardinal. HEX triplet: C5, 18 and 2E. RGB value is (197,24,46). Sum of RGB (Red+Green+Blue) = 197+24+46=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C5182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5182E is #3AE7D1. Grayscale: #4E4E4E. Windows color (decimal): -3860434 or 3020997. OLE color: 3020997.

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

Color convert

RGB 197 24 46 -
CMYK 0 0.88 0.77 0.23
HSL 352.37º 0.78% 0.43% -
HSV(B) 352.37º 0.88% 0.77% -
XYZ 23.85 12.72 3.78 -
YUV 78.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 197 24 46 0 0.88 0.77 0.23 352.37 0.78 0.43
Hex C5 18 2E 0 58 4D 17 160 4E 2B
Octal 305 30 56 0 130 115 27 540 116 53
Binary 11000101 11000 101110 0 1011000 1001101 10111 101100000 1001110 101011

Color Harmonies of #C5182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5182E

Black with #C5182E

Text Example


Text Example

White with #C5182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5182E; }

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

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

background-color css

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

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

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

border-color css

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

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

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