Html Css Color HEX #D70046 Crimson

📋 copy color: '#D70046'

red 215 ◦ green 0 ◦ blue 70

#D70046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D70046

Tints of Crimson #D70046

RGB

 RED value IS 215 (84.38% from 255) = 75.44%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 75.44%
G = 0%
B = 24.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D70046 (or 0xD70046) is known color: Crimson. HEX triplet: D7, 00 and 46. RGB value is (215,0,70). Sum of RGB (Red+Green+Blue) = 215+0+70=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D70046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70046 is #28FFB9. Grayscale: #484848. Windows color (decimal): -2686906 or 4587735. OLE color: 4587735.

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

Color convert

RGB 215 0 70 -
CMYK 0 1 0.67 0.16
HSL 340.47º 1% 0.42% -
HSV(B) 340.47º 1% 0.84% -
XYZ 29.13 14.89 7.13 -
YUV 72.27 126.73 229.81 -
System Red Green Blue C M Y K H S L
Decimal 215 0 70 0 1 0.67 0.16 340.47 1 0.42
Hex D7 0 46 0 64 43 10 154 64 2A
Octal 327 0 106 0 144 103 20 524 144 52
Binary 11010111 0 1000110 0 1100100 1000011 10000 101010100 1100100 101010

Color Harmonies of #D70046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70046

Black with #D70046

Text Example


Text Example

White with #D70046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70046; }

 p { color: rgb(215,0,70); }

 H1.HeaderClassName
 {
   color: #D70046;
 }
 .AnyTagClassName
 {
   color: #D70046;
 }
</style>

background-color css

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

 a { background-color: rgb(215,0,70); }

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

border-color css

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

 span { border-color: rgb(215,0,70); }

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