Html Css Color HEX #DE092E Crimson

📋 copy color: '#DE092E'

red 222 ◦ green 9 ◦ blue 46

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

Shades of Crimson #DE092E

Tints of Crimson #DE092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 80.14%
G = 3.25%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE092E (or 0xDE092E) is known color: Crimson. HEX triplet: DE, 09 and 2E. RGB value is (222,9,46). Sum of RGB (Red+Green+Blue) = 222+9+46=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE092E is #21F6D1. Grayscale: #4C4C4C. Windows color (decimal): -2225874 or 3017182. OLE color: 3017182.

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

Color convert

RGB 222 9 46 -
CMYK 0 0.96 0.79 0.13
HSL 349.58º 0.92% 0.45% -
HSV(B) 349.58º 0.96% 0.87% -
XYZ 30.72 15.92 4.04 -
YUV 76.91 110.57 231.49 -
System Red Green Blue C M Y K H S L
Decimal 222 9 46 0 0.96 0.79 0.13 349.58 0.92 0.45
Hex DE 9 2E 0 60 4F D 15E 5C 2D
Octal 336 11 56 0 140 117 15 536 134 55
Binary 11011110 1001 101110 0 1100000 1001111 1101 101011110 1011100 101101

Color Harmonies of #DE092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE092E

Black with #DE092E

Text Example


Text Example

White with #DE092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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