#C21834

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

Shades of Cardinal #C21834

Tints of Cardinal #C21834

Color information

#C21834 (or 0xC21834) is unknown color: approx Cardinal. HEX triplet: C2, 18 and 34. RGB value is (194,24,52). Sum of RGB (Red+Green+Blue) = 194+24+52=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C21834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21834 is #3DE7CB. Grayscale: #4E4E4E. Windows color (decimal): -4057036 or 3414210. OLE color: 3414210.

HSL color Cylindrical-coordinate representation of color #C21834: hue angle of 350.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21834 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1942452-
CMYK00.880.730.24
HSL350.12º77.98%42.75%-
HSV(B)350.12º87.63%76.08%-
XYZ23.1912.374.41-
YUV78.02113.32210.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.85%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=71.85%
G=8.89%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194245200.880.730.24350.1277.9842.75
HexC21834058491815e4e2b
Octal302306401301113053611653
Binary1100001011000110100010110001001001110001010111101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21834; }

 p { color: rgb(194,24,52); }

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

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

 a { background-color: rgb(194,24,52); }

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

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

 span { border-color: rgb(194,24,52); }

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