#D70430

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

Shades of Crimson #D70430

Tints of Crimson #D70430

Color information

#D70430 (or 0xD70430) is unknown color: approx Crimson. HEX triplet: D7, 04 and 30. RGB value is (215,4,48). Sum of RGB (Red+Green+Blue) = 215+4+48=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D70430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70430 is #28FBCF. Grayscale: #484848. Windows color (decimal): -2685904 or 3146967. OLE color: 3146967.

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

Color convert

RGB215448-
CMYK00.980.780.16
HSL347.49º96.35%42.94%-
HSV(B)347.49º98.14%84.31%-
XYZ28.614.754.14-
YUV72.1114.4229.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 80.52%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=80.52%
G=1.50%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21544800.980.780.16347.4996.3542.94
HexD74300624E1015b602b
Octal32746001421162053314053
Binary11010111100110000011000101001110100001010110111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70430; }

 p { color: rgb(215,4,48); }

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

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

 a { background-color: rgb(215,4,48); }

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

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

 span { border-color: rgb(215,4,48); }

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