#D11F32

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

Shades of Cardinal #D11F32

Tints of Cardinal #D11F32

Color information

#D11F32 (or 0xD11F32) is unknown color: approx Cardinal. HEX triplet: D1, 1F and 32. RGB value is (209,31,50). Sum of RGB (Red+Green+Blue) = 209+31+50=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F32 is #2EE0CD. Grayscale: #565656. Windows color (decimal): -3072206 or 3284945. OLE color: 3284945.

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

Color convert

RGB2093150-
CMYK00.850.760.18
HSL353.6º74.17%47.06%-
HSV(B)353.6º85.17%81.96%-
XYZ27.3614.774.43-
YUV86.39107.47215.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 72.07%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 50 (19.92% from 255) = 17.24%
R=72.07%
G=10.69%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209315000.850.760.18353.674.1747.06
HexD11F320554C121624a2f
Octal321376201251142254211257
Binary1101000111111110010010101011001100100101011000101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11F32; }

 p { color: rgb(209,31,50); }

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

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

 a { background-color: rgb(209,31,50); }

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

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

 span { border-color: rgb(209,31,50); }

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