Html Css Color HEX #DE092F Crimson

📋 copy color: '#DE092F'

red 222 ◦ green 9 ◦ blue 47

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

Shades of Crimson #DE092F

Tints of Crimson #DE092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 79.86%
G = 3.24%
B = 16.91%

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

#DE092F (or 0xDE092F) is known color: Crimson. HEX triplet: DE, 09 and 2F. RGB value is (222,9,47). Sum of RGB (Red+Green+Blue) = 222+9+47=278 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.86% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 222 - color contains mainly: red. Hex color #DE092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE092F is #21F6D0. Grayscale: #4D4D4D. Windows color (decimal): -2225873 or 3082718. OLE color: 3082718.

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

Color convert

RGB 222 9 47 -
CMYK 0 0.96 0.79 0.13
HSL 349.3º 0.92% 0.45% -
HSV(B) 349.3º 0.96% 0.87% -
XYZ 30.73 15.93 4.14 -
YUV 77.02 111.07 231.41 -
System Red Green Blue C M Y K H S L
Decimal 222 9 47 0 0.96 0.79 0.13 349.3 0.92 0.45
Hex DE 9 2F 0 60 4F D 15D 5C 2D
Octal 336 11 57 0 140 117 15 535 134 55
Binary 11011110 1001 101111 0 1100000 1001111 1101 101011101 1011100 101101

Color Harmonies of #DE092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE092F

Black with #DE092F

Text Example


Text Example

White with #DE092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE092F; }

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

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

background-color css

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

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

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

border-color css

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

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

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