#C31B30

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

Shades of Cardinal #C31B30

Tints of Cardinal #C31B30

Color information

#C31B30 (or 0xC31B30) is unknown color: approx Cardinal. HEX triplet: C3, 1B and 30. RGB value is (195,27,48). Sum of RGB (Red+Green+Blue) = 195+27+48=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31B30 is #3CE4CF. Grayscale: #4F4F4F. Windows color (decimal): -3990736 or 3152835. OLE color: 3152835.

HSL color Cylindrical-coordinate representation of color #C31B30: hue angle of 352.5º 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 #C31B30 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1952748-
CMYK00.860.750.24
HSL352.5º75.68%43.53%-
HSV(B)352.5º86.15%76.47%-
XYZ23.4312.63.99-
YUV79.63110.16210.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 72.22%
GREEN value IS 27 (10.94% from 255) = 10%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=72.22%
G=10%
B=17.78%

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
Decimal195274800.860.750.24352.575.6843.53
HexC31B300564B181604c2c
Octal303336001261133054011454
Binary1100001111011110000010101101001011110001011000001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31B30; }

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

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

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

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

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

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

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

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