#C61B2C

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

Shades of Cardinal #C61B2C

Tints of Cardinal #C61B2C

Color information

#C61B2C (or 0xC61B2C) is unknown color: approx Cardinal. HEX triplet: C6, 1B and 2C. RGB value is (198,27,44). Sum of RGB (Red+Green+Blue) = 198+27+44=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B2C is #39E4D3. Grayscale: #505050. Windows color (decimal): -3794132 or 2890694. OLE color: 2890694.

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

Color convert

RGB1982744-
CMYK00.860.780.22
HSL354.04º76%44.12%-
HSV(B)354.04º86.36%77.65%-
XYZ24.1412.973.61-
YUV80.07107.65212.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.61%
GREEN value IS 27 (10.94% from 255) = 10.04%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=73.61%
G=10.04%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198274400.860.780.22354.047644.12
HexC61B2C0564E161624c2c
Octal306335401261162654211454
Binary1100011011011101100010101101001110101101011000101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61B2C; }

 p { color: rgb(198,27,44); }

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

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

 a { background-color: rgb(198,27,44); }

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

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

 span { border-color: rgb(198,27,44); }

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