Html Css Color HEX #DE0028 Crimson

📋 copy color: '#DE0028'

red 222 ◦ green 0 ◦ blue 40

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

Shades of Crimson #DE0028

Tints of Crimson #DE0028

RGB

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

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

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

R = 84.73%
G = 0%
B = 15.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE0028 (or 0xDE0028) is known color: Crimson. HEX triplet: DE, 00 and 28. RGB value is (222,0,40). Sum of RGB (Red+Green+Blue) = 222+0+40=262 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.73% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0028 is #21FFD7. Grayscale: #474747. Windows color (decimal): -2228184 or 2621662. OLE color: 2621662.

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

Color convert

RGB 222 0 40 -
CMYK 0 1 0.82 0.13
HSL 349.19º 1% 0.44% -
HSV(B) 349.19º 1% 0.87% -
XYZ 30.51 15.68 3.43 -
YUV 70.94 110.55 235.75 -
System Red Green Blue C M Y K H S L
Decimal 222 0 40 0 1 0.82 0.13 349.19 1 0.44
Hex DE 0 28 0 64 52 D 15D 64 2C
Octal 336 0 50 0 144 122 15 535 144 54
Binary 11011110 0 101000 0 1100100 1010010 1101 101011101 1100100 101100

Color Harmonies of #DE0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0028

Black with #DE0028

Text Example


Text Example

White with #DE0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0028; }

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

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

background-color css

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

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

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

border-color css

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

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

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