#C31B31

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

Shades of Cardinal #C31B31

Tints of Cardinal #C31B31

Color information

#C31B31 (or 0xC31B31) is unknown color: approx Cardinal. HEX triplet: C3, 1B and 31. RGB value is (195,27,49). Sum of RGB (Red+Green+Blue) = 195+27+49=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31B31 is #3CE4CE. Grayscale: #4F4F4F. Windows color (decimal): -3990735 or 3218371. OLE color: 3218371.

HSL color Cylindrical-coordinate representation of color #C31B31: hue angle of 352.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31B31 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1952749-
CMYK00.860.750.24
HSL352.14º75.68%43.53%-
HSV(B)352.14º86.15%76.47%-
XYZ23.4512.614.1-
YUV79.74110.66210.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 71.96%
GREEN value IS 27 (10.94% from 255) = 9.96%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=71.96%
G=9.96%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195274900.860.750.24352.1475.6843.53
HexC31B310564B181604c2c
Octal303336101261133054011454
Binary1100001111011110001010101101001011110001011000001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31B31; }

 p { color: rgb(195,27,49); }

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

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

 a { background-color: rgb(195,27,49); }

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

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

 span { border-color: rgb(195,27,49); }

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