Html Css Color HEX #DE1040 Crimson

📋 copy color: '#DE1040'

red 222 ◦ green 16 ◦ blue 64

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

Shades of Crimson #DE1040

Tints of Crimson #DE1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 73.51%
G = 5.3%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE1040 (or 0xDE1040) is known color: Crimson. HEX triplet: DE, 10 and 40. RGB value is (222,16,64). Sum of RGB (Red+Green+Blue) = 222+16+64=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1040 is #21EFBF. Grayscale: #535353. Windows color (decimal): -2224064 or 4198622. OLE color: 4198622.

HSL color Cylindrical-coordinate representation of color #DE1040: hue angle of 346.02º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE1040 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 16 64 -
CMYK 0 0.93 0.71 0.13
HSL 346.02º 0.87% 0.47% -
HSV(B) 346.02º 0.93% 0.87% -
XYZ 31.23 16.27 6.34 -
YUV 83.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 222 16 64 0 0.93 0.71 0.13 346.02 0.87 0.47
Hex DE 10 40 0 5D 47 D 15A 57 2F
Octal 336 20 100 0 135 107 15 532 127 57
Binary 11011110 10000 1000000 0 1011101 1000111 1101 101011010 1010111 101111

Color Harmonies of #DE1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1040

Black with #DE1040

Text Example


Text Example

White with #DE1040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1040; }

 p { color: rgb(222,16,64); }

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

background-color css

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

 a { background-color: rgb(222,16,64); }

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

border-color css

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

 span { border-color: rgb(222,16,64); }

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