#d11c38

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

Shades of Cardinal #D11C38

Tints of Cardinal #D11C38

Color information

#D11C38 (or 0xD11C38) is unknown color: approx Cardinal. HEX triplet: D1, 1C and 38. RGB value is (209,28,56). Sum of RGB (Red+Green+Blue) = 209+28+56=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C38 is #2EE3C7. Grayscale: #555555. Windows color (decimal): -3072968 or 3677393. OLE color: 3677393.

HSL color Cylindrical-coordinate representation of color #D11C38: hue angle of 350.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C38 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2092856-
CMYK00.870.730.18
HSL350.72º76.37%46.47%-
HSV(B)350.72º86.6%81.96%-
XYZ27.4214.675.13-
YUV85.31111.47216.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.33%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=71.33%
G=9.56%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209285600.870.730.18350.7276.3746.47
HexD11C38057491215f4c2e
Octal321347001271112253711456
Binary1101000111100111000010101111001001100101010111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d11c38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d11c38; }

 p { color: rgb(209,28,56); }

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

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

 a { background-color: rgb(209,28,56); }

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

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

 span { border-color: rgb(209,28,56); }

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