#D6023F

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

Shades of Crimson #D6023F

Tints of Crimson #D6023F

Color information

#D6023F (or 0xD6023F) is unknown color: approx Crimson. HEX triplet: D6, 02 and 3F. RGB value is (214,2,63). Sum of RGB (Red+Green+Blue) = 214+2+63=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6023F is #29FDC0. Grayscale: #484848. Windows color (decimal): -2751937 or 4129494. OLE color: 4129494.

HSL color Cylindrical-coordinate representation of color #D6023F: hue angle of 342.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6023F is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB214263-
CMYK00.990.710.16
HSL342.74º98.15%42.35%-
HSV(B)342.74º99.07%83.92%-
XYZ28.6514.76.03-
YUV72.34122.74229.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.70%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 63 (25% from 255) = 22.58%
R=76.70%
G=0.72%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21426300.990.710.16342.7498.1542.35
HexD623F0634710157622a
Octal32627701431072052714252
Binary1101011010111111011000111000111100001010101111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6023F; }

 p { color: rgb(214,2,63); }

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

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

 a { background-color: rgb(214,2,63); }

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

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

 span { border-color: rgb(214,2,63); }

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