Html Css Color HEX #DE0940 Crimson

📋 copy color: '#DE0940'

red 222 ◦ green 9 ◦ blue 64

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

Shades of Crimson #DE0940

Tints of Crimson #DE0940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 75.25%
G = 3.05%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE0940 (or 0xDE0940) is known color: Crimson. HEX triplet: DE, 09 and 40. RGB value is (222,9,64). Sum of RGB (Red+Green+Blue) = 222+9+64=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0940 is #21F6BF. Grayscale: #4E4E4E. Windows color (decimal): -2225856 or 4196830. OLE color: 4196830.

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

Color convert

RGB 222 9 64 -
CMYK 0 0.96 0.71 0.13
HSL 344.51º 0.92% 0.45% -
HSV(B) 344.51º 0.96% 0.87% -
XYZ 31.15 16.1 6.32 -
YUV 78.96 119.57 230.03 -
System Red Green Blue C M Y K H S L
Decimal 222 9 64 0 0.96 0.71 0.13 344.51 0.92 0.45
Hex DE 9 40 0 60 47 D 159 5C 2D
Octal 336 11 100 0 140 107 15 531 134 55
Binary 11011110 1001 1000000 0 1100000 1000111 1101 101011001 1011100 101101

Color Harmonies of #DE0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0940

Black with #DE0940

Text Example


Text Example

White with #DE0940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0940; }

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

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

background-color css

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

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

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

border-color css

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

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

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