Html Css Color HEX #DE0043 Crimson

📋 copy color: '#DE0043'

red 222 ◦ green 0 ◦ blue 67

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

Shades of Crimson #DE0043

Tints of Crimson #DE0043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.18%

R = 76.82%
G = 0%
B = 23.18%

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

#DE0043 (or 0xDE0043) is known color: Crimson. HEX triplet: DE, 00 and 43. RGB value is (222,0,67). Sum of RGB (Red+Green+Blue) = 222+0+67=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0043 is #21FFBC. Grayscale: #494949. Windows color (decimal): -2228157 or 4391134. OLE color: 4391134.

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

Color convert

RGB 222 0 67 -
CMYK 0 1 0.70 0.13
HSL 341.89º 1% 0.44% -
HSV(B) 341.89º 1% 0.87% -
XYZ 31.14 15.93 6.74 -
YUV 74.02 124.05 233.55 -
System Red Green Blue C M Y K H S L
Decimal 222 0 67 0 1 0.70 0.13 341.89 1 0.44
Hex DE 0 43 0 64 46 D 156 64 2C
Octal 336 0 103 0 144 106 15 526 144 54
Binary 11011110 0 1000011 0 1100100 1000110 1101 101010110 1100100 101100

Color Harmonies of #DE0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0043

Black with #DE0043

Text Example


Text Example

White with #DE0043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0043; }

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

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

background-color css

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

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

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

border-color css

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

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

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