Html Css Color HEX #DE0128 Crimson

📋 copy color: '#DE0128'

red 222 ◦ green 1 ◦ blue 40

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

Shades of Crimson #DE0128

Tints of Crimson #DE0128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 84.41%
G = 0.38%
B = 15.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE0128 (or 0xDE0128) is known color: Crimson. HEX triplet: DE, 01 and 28. RGB value is (222,1,40). Sum of RGB (Red+Green+Blue) = 222+1+40=263 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.41% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0128 is #21FED7. Grayscale: #474747. Windows color (decimal): -2227928 or 2621918. OLE color: 2621918.

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

Color convert

RGB 222 1 40 -
CMYK 0 1.00 0.82 0.13
HSL 349.41º 0.99% 0.44% -
HSV(B) 349.41º 1% 0.87% -
XYZ 30.52 15.7 3.43 -
YUV 71.53 110.22 235.33 -
System Red Green Blue C M Y K H S L
Decimal 222 1 40 0 1.00 0.82 0.13 349.41 0.99 0.44
Hex DE 1 28 0 64 52 D 15D 63 2C
Octal 336 1 50 0 144 122 15 535 143 54
Binary 11011110 1 101000 0 1100100 1010010 1101 101011101 1100011 101100

Color Harmonies of #DE0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0128

Black with #DE0128

Text Example


Text Example

White with #DE0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0128; }

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

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

background-color css

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

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

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

border-color css

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

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

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