Html Css Color HEX #DE0044 Crimson

📋 copy color: '#DE0044'

red 222 ◦ green 0 ◦ blue 68

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

Shades of Crimson #DE0044

Tints of Crimson #DE0044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.45%

R = 76.55%
G = 0%
B = 23.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE0044 (or 0xDE0044) is known color: Crimson. HEX triplet: DE, 00 and 44. RGB value is (222,0,68). Sum of RGB (Red+Green+Blue) = 222+0+68=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0044 is #21FFBB. Grayscale: #4A4A4A. Windows color (decimal): -2228156 or 4456670. OLE color: 4456670.

HSL color Cylindrical-coordinate representation of color #DE0044: hue angle of 341.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0044 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 68 -
CMYK 0 1 0.69 0.13
HSL 341.62º 1% 0.44% -
HSV(B) 341.62º 1% 0.87% -
XYZ 31.17 15.95 6.9 -
YUV 74.13 124.55 233.47 -
System Red Green Blue C M Y K H S L
Decimal 222 0 68 0 1 0.69 0.13 341.62 1 0.44
Hex DE 0 44 0 64 45 D 156 64 2C
Octal 336 0 104 0 144 105 15 526 144 54
Binary 11011110 0 1000100 0 1100100 1000101 1101 101010110 1100100 101100

Color Harmonies of #DE0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0044

Black with #DE0044

Text Example


Text Example

White with #DE0044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0044; }

 p { color: rgb(222,0,68); }

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

background-color css

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

 a { background-color: rgb(222,0,68); }

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

border-color css

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

 span { border-color: rgb(222,0,68); }

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