#D11E41

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

Shades of Cardinal #D11E41

Tints of Cardinal #D11E41

Color information

#D11E41 (or 0xD11E41) is unknown color: approx Cardinal. HEX triplet: D1, 1E and 41. RGB value is (209,30,65). Sum of RGB (Red+Green+Blue) = 209+30+65=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11E41 is #2EE1BE. Grayscale: #575757. Windows color (decimal): -3072447 or 4267729. OLE color: 4267729.

HSL color Cylindrical-coordinate representation of color #D11E41: hue angle of 348.27º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11E41 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB2093065-
CMYK00.860.690.18
HSL348.27º74.9%46.86%-
HSV(B)348.27º85.65%81.96%-
XYZ27.7114.876.41-
YUV87.51115.3214.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.75%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=68.75%
G=9.87%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209306500.860.690.18348.2774.946.86
HexD11E41056451215c4b2f
Octal3213610101261052253411357
Binary11010001111101000001010101101000101100101010111001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11E41; }

 p { color: rgb(209,30,65); }

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

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

 a { background-color: rgb(209,30,65); }

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

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

 span { border-color: rgb(209,30,65); }

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