Html Css Color HEX #DE0946 Crimson

📋 copy color: '#DE0946'

red 222 ◦ green 9 ◦ blue 70

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

Shades of Crimson #DE0946

Tints of Crimson #DE0946

RGB

 RED value IS 222 (87.11% from 255) = 73.75%

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 73.75%
G = 2.99%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE0946 (or 0xDE0946) is known color: Crimson. HEX triplet: DE, 09 and 46. RGB value is (222,9,70). Sum of RGB (Red+Green+Blue) = 222+9+70=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0946 is #21F6B9. Grayscale: #4F4F4F. Windows color (decimal): -2225850 or 4590046. OLE color: 4590046.

HSL color Cylindrical-coordinate representation of color #DE0946: hue angle of 342.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0946 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 70 -
CMYK 0 0.96 0.68 0.13
HSL 342.82º 0.92% 0.45% -
HSV(B) 342.82º 0.96% 0.87% -
XYZ 31.33 16.17 7.26 -
YUV 79.64 122.57 229.54 -
System Red Green Blue C M Y K H S L
Decimal 222 9 70 0 0.96 0.68 0.13 342.82 0.92 0.45
Hex DE 9 46 0 60 44 D 157 5C 2D
Octal 336 11 106 0 140 104 15 527 134 55
Binary 11011110 1001 1000110 0 1100000 1000100 1101 101010111 1011100 101101

Color Harmonies of #DE0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0946

Black with #DE0946

Text Example


Text Example

White with #DE0946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0946; }

 p { color: rgb(222,9,70); }

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

background-color css

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

 a { background-color: rgb(222,9,70); }

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

border-color css

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

 span { border-color: rgb(222,9,70); }

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