Html Css Color HEX #DE0939 Crimson

📋 copy color: '#DE0939'

red 222 ◦ green 9 ◦ blue 57

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

Shades of Crimson #DE0939

Tints of Crimson #DE0939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 77.08%
G = 3.13%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE0939 (or 0xDE0939) is known color: Crimson. HEX triplet: DE, 09 and 39. RGB value is (222,9,57). Sum of RGB (Red+Green+Blue) = 222+9+57=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0939 is #21F6C6. Grayscale: #4E4E4E. Windows color (decimal): -2225863 or 3738078. OLE color: 3738078.

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

Color convert

RGB 222 9 57 -
CMYK 0 0.96 0.74 0.13
HSL 346.48º 0.92% 0.45% -
HSV(B) 346.48º 0.96% 0.87% -
XYZ 30.96 16.02 5.33 -
YUV 78.16 116.07 230.6 -
System Red Green Blue C M Y K H S L
Decimal 222 9 57 0 0.96 0.74 0.13 346.48 0.92 0.45
Hex DE 9 39 0 60 4A D 15A 5C 2D
Octal 336 11 71 0 140 112 15 532 134 55
Binary 11011110 1001 111001 0 1100000 1001010 1101 101011010 1011100 101101

Color Harmonies of #DE0939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0939

Black with #DE0939

Text Example


Text Example

White with #DE0939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0939; }

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

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

background-color css

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

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

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

border-color css

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

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

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