#D01D3A

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

Shades of Cardinal #D01D3A

Tints of Cardinal #D01D3A

Color information

#D01D3A (or 0xD01D3A) is unknown color: approx Cardinal. HEX triplet: D0, 1D and 3A. RGB value is (208,29,58). Sum of RGB (Red+Green+Blue) = 208+29+58=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D3A is #2FE2C5. Grayscale: #555555. Windows color (decimal): -3138246 or 3808720. OLE color: 3808720.

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

Color convert

RGB2082958-
CMYK00.860.720.18
HSL350.28º75.53%46.47%-
HSV(B)350.28º86.06%81.57%-
XYZ27.2214.595.39-
YUV85.83112.3215.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.51%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=70.51%
G=9.83%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208295800.860.720.18350.2875.5346.47
HexD01D3A056481215e4c2e
Octal320357201261102253611456
Binary1101000011101111010010101101001000100101010111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D3A; }

 p { color: rgb(208,29,58); }

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

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

 a { background-color: rgb(208,29,58); }

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

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

 span { border-color: rgb(208,29,58); }

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