#D01B30

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

Shades of Cardinal #D01B30

Tints of Cardinal #D01B30

Color information

#D01B30 (or 0xD01B30) is unknown color: approx Cardinal. HEX triplet: D0, 1B and 30. RGB value is (208,27,48). Sum of RGB (Red+Green+Blue) = 208+27+48=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01B30 is #2FE4CF. Grayscale: #535353. Windows color (decimal): -3138768 or 3152848. OLE color: 3152848.

HSL color Cylindrical-coordinate representation of color #D01B30: hue angle of 353.04º degrees, saturation: 0.77, 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 #D01B30 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB2082748-
CMYK00.870.770.18
HSL353.04º77.02%46.08%-
HSV(B)353.04º87.02%81.57%-
XYZ26.9414.414.16-
YUV83.51107.97216.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 73.50%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=73.50%
G=9.54%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208274800.870.770.18353.0477.0246.08
HexD01B300574D121614d2e
Octal320336001271152254111556
Binary1101000011011110000010101111001101100101011000011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01B30; }

 p { color: rgb(208,27,48); }

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

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

 a { background-color: rgb(208,27,48); }

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

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

 span { border-color: rgb(208,27,48); }

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