#C51F30

Color #C51F30 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C51F30

Tints of Cardinal #C51F30

Color information

#C51F30 (or 0xC51F30) is unknown color: approx Cardinal. HEX triplet: C5, 1F and 30. RGB value is (197,31,48). Sum of RGB (Red+Green+Blue) = 197+31+48=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F30 is #3AE0CF. Grayscale: #525252. Windows color (decimal): -3858640 or 3153861. OLE color: 3153861.

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

Color convert

RGB1973148-
CMYK00.840.760.23
HSL353.86º72.81%44.71%-
HSV(B)353.86º84.26%77.25%-
XYZ24.0513.064.05-
YUV82.57108.5209.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.38%
GREEN value IS 31 (12.5% from 255) = 11.23%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=71.38%
G=11.23%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197314800.840.760.23353.8672.8144.71
HexC51F300544C17162492d
Octal305376001241142754211155
Binary1100010111111110000010101001001100101111011000101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51F30; }

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

 H1.HeaderClassName
 {
   color: #C51F30;
 }
 .AnyTagClassName
 {
   color: #C51F30;
 }
</style>
background-color css

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

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

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

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

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

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