Html Css Color HEX #D00046 Crimson

📋 copy color: '#D00046'

red 208 ◦ green 0 ◦ blue 70

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

Shades of Crimson #D00046

Tints of Crimson #D00046

RGB

 RED value IS 208 (81.64% from 255) = 74.82%

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

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

R = 74.82%
G = 0%
B = 25.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D00046 (or 0xD00046) is known color: Crimson. HEX triplet: D0, 00 and 46. RGB value is (208,0,70). Sum of RGB (Red+Green+Blue) = 208+0+70=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D00046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00046 is #2FFFB9. Grayscale: #464646. Windows color (decimal): -3145658 or 4587728. OLE color: 4587728.

HSL color Cylindrical-coordinate representation of color #D00046: hue angle of 339.81º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00046 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 70 -
CMYK 0 1 0.66 0.18
HSL 339.81º 1% 0.41% -
HSV(B) 339.81º 1% 0.82% -
XYZ 27.12 13.85 7.04 -
YUV 70.17 127.91 226.31 -
System Red Green Blue C M Y K H S L
Decimal 208 0 70 0 1 0.66 0.18 339.81 1 0.41
Hex D0 0 46 0 64 42 12 154 64 29
Octal 320 0 106 0 144 102 22 524 144 51
Binary 11010000 0 1000110 0 1100100 1000010 10010 101010100 1100100 101001

Color Harmonies of #D00046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00046

Black with #D00046

Text Example


Text Example

White with #D00046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00046; }

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

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

background-color css

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

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

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

border-color css

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

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

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