Html Css Color HEX #C51130 Cardinal

📋 copy color: '#C51130'

red 197 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #C51130

Tints of Cardinal #C51130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 75.19%
G = 6.49%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C51130 (or 0xC51130) is known color: Cardinal. HEX triplet: C5, 11 and 30. RGB value is (197,17,48). Sum of RGB (Red+Green+Blue) = 197+17+48=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C51130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51130 is #3AEECF. Grayscale: #4A4A4A. Windows color (decimal): -3862224 or 3150277. OLE color: 3150277.

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

Color convert

RGB 197 17 48 -
CMYK 0 0.91 0.76 0.23
HSL 349.67º 0.84% 0.42% -
HSV(B) 349.67º 0.91% 0.77% -
XYZ 23.76 12.48 3.95 -
YUV 74.35 113.13 215.48 -
System Red Green Blue C M Y K H S L
Decimal 197 17 48 0 0.91 0.76 0.23 349.67 0.84 0.42
Hex C5 11 30 0 5B 4C 17 15E 54 2A
Octal 305 21 60 0 133 114 27 536 124 52
Binary 11000101 10001 110000 0 1011011 1001100 10111 101011110 1010100 101010

Color Harmonies of #C51130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51130

Black with #C51130

Text Example


Text Example

White with #C51130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51130; }

 p { color: rgb(197,17,48); }

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

background-color css

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

 a { background-color: rgb(197,17,48); }

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

border-color css

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

 span { border-color: rgb(197,17,48); }

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