#C61D2F

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

Shades of Cardinal #C61D2F

Tints of Cardinal #C61D2F

Color information

#C61D2F (or 0xC61D2F) is unknown color: approx Cardinal. HEX triplet: C6, 1D and 2F. RGB value is (198,29,47). Sum of RGB (Red+Green+Blue) = 198+29+47=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D2F is #39E2D0. Grayscale: #515151. Windows color (decimal): -3793617 or 3087814. OLE color: 3087814.

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

Color convert

RGB1982947-
CMYK00.850.760.22
HSL353.61º74.45%44.51%-
HSV(B)353.61º85.35%77.65%-
XYZ24.2413.093.94-
YUV81.58108.49211.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 72.26%
GREEN value IS 29 (11.72% from 255) = 10.58%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=72.26%
G=10.58%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198294700.850.760.22353.6174.4544.51
HexC61D2F0554C161624a2d
Octal306355701251142654211255
Binary1100011011101101111010101011001100101101011000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61D2F; }

 p { color: rgb(198,29,47); }

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

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

 a { background-color: rgb(198,29,47); }

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

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

 span { border-color: rgb(198,29,47); }

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