Html Css Color HEX #DE0143 Crimson

📋 copy color: '#DE0143'

red 222 ◦ green 1 ◦ blue 67

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

Shades of Crimson #DE0143

Tints of Crimson #DE0143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 76.55%
G = 0.34%
B = 23.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE0143 (or 0xDE0143) is known color: Crimson. HEX triplet: DE, 01 and 43. RGB value is (222,1,67). Sum of RGB (Red+Green+Blue) = 222+1+67=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0143 is #21FEBC. Grayscale: #4A4A4A. Windows color (decimal): -2227901 or 4391390. OLE color: 4391390.

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

Color convert

RGB 222 1 67 -
CMYK 0 1.00 0.70 0.13
HSL 342.08º 0.99% 0.44% -
HSV(B) 342.08º 1% 0.87% -
XYZ 31.15 15.96 6.75 -
YUV 74.6 123.72 233.13 -
System Red Green Blue C M Y K H S L
Decimal 222 1 67 0 1.00 0.70 0.13 342.08 0.99 0.44
Hex DE 1 43 0 64 46 D 156 63 2C
Octal 336 1 103 0 144 106 15 526 143 54
Binary 11011110 1 1000011 0 1100100 1000110 1101 101010110 1100011 101100

Color Harmonies of #DE0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0143

Black with #DE0143

Text Example


Text Example

White with #DE0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0143; }

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

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

background-color css

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

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

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

border-color css

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

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

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