#C81F31

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

Shades of Cardinal #C81F31

Tints of Cardinal #C81F31

Color information

#C81F31 (or 0xC81F31) is unknown color: approx Cardinal. HEX triplet: C8, 1F and 31. RGB value is (200,31,49). Sum of RGB (Red+Green+Blue) = 200+31+49=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F31 is #37E0CE. Grayscale: #535353. Windows color (decimal): -3662031 or 3219400. OLE color: 3219400.

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

Color convert

RGB2003149-
CMYK00.840.760.22
HSL353.61º73.16%45.29%-
HSV(B)353.61º84.5%78.43%-
XYZ24.8613.484.2-
YUV83.58108.49211.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 71.43%
GREEN value IS 31 (12.5% from 255) = 11.07%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=71.43%
G=11.07%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200314900.840.760.22353.6173.1645.29
HexC81F310544C16162492d
Octal310376101241142654211155
Binary1100100011111110001010101001001100101101011000101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81F31; }

 p { color: rgb(200,31,49); }

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

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

 a { background-color: rgb(200,31,49); }

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

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

 span { border-color: rgb(200,31,49); }

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