Html Css Color HEX #DE0042 Crimson

📋 copy color: '#DE0042'

red 222 ◦ green 0 ◦ blue 66

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

Shades of Crimson #DE0042

Tints of Crimson #DE0042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 77.08%
G = 0%
B = 22.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE0042 (or 0xDE0042) is known color: Crimson. HEX triplet: DE, 00 and 42. RGB value is (222,0,66). Sum of RGB (Red+Green+Blue) = 222+0+66=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0042 is #21FFBD. Grayscale: #494949. Windows color (decimal): -2228158 or 4325598. OLE color: 4325598.

HSL color Cylindrical-coordinate representation of color #DE0042: hue angle of 342.16º 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 #DE0042 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 66 -
CMYK 0 1 0.70 0.13
HSL 342.16º 1% 0.44% -
HSV(B) 342.16º 1% 0.87% -
XYZ 31.11 15.92 6.59 -
YUV 73.9 123.55 233.63 -
System Red Green Blue C M Y K H S L
Decimal 222 0 66 0 1 0.70 0.13 342.16 1 0.44
Hex DE 0 42 0 64 46 D 156 64 2C
Octal 336 0 102 0 144 106 15 526 144 54
Binary 11011110 0 1000010 0 1100100 1000110 1101 101010110 1100100 101100

Color Harmonies of #DE0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0042

Black with #DE0042

Text Example


Text Example

White with #DE0042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0042; }

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

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

background-color css

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

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

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

border-color css

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

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

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