#C81335

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

Shades of Cardinal #C81335

Tints of Cardinal #C81335

Color information

#C81335 (or 0xC81335) is unknown color: approx Cardinal. HEX triplet: C8, 13 and 35. RGB value is (200,19,53). Sum of RGB (Red+Green+Blue) = 200+19+53=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C81335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81335 is #37ECCA. Grayscale: #4D4D4D. Windows color (decimal): -3665099 or 3478472. OLE color: 3478472.

HSL color Cylindrical-coordinate representation of color #C81335: hue angle of 348.73º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81335 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB2001953-
CMYK00.900.740.22
HSL348.73º82.65%42.94%-
HSV(B)348.73º90.5%78.43%-
XYZ24.69134.58-
YUV77114.47215.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 73.53%
GREEN value IS 19 (7.81% from 255) = 6.99%
BLUE value IS 53 (21.09% from 255) = 19.49%
R=73.53%
G=6.99%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200195300.900.740.22348.7382.6542.94
HexC8133505A4A1615d532b
Octal310236501321122653512353
Binary1100100010011110101010110101001010101101010111011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81335; }

 p { color: rgb(200,19,53); }

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

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

 a { background-color: rgb(200,19,53); }

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

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

 span { border-color: rgb(200,19,53); }

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