Html Css Color HEX #DE0929 Crimson

📋 copy color: '#DE0929'

red 222 ◦ green 9 ◦ blue 41

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

Shades of Crimson #DE0929

Tints of Crimson #DE0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 81.62%
G = 3.31%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE0929 (or 0xDE0929) is known color: Crimson. HEX triplet: DE, 09 and 29. RGB value is (222,9,41). Sum of RGB (Red+Green+Blue) = 222+9+41=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0929 is #21F6D6. Grayscale: #4C4C4C. Windows color (decimal): -2225879 or 2689502. OLE color: 2689502.

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

Color convert

RGB 222 9 41 -
CMYK 0 0.96 0.82 0.13
HSL 350.99º 0.92% 0.45% -
HSV(B) 350.99º 0.96% 0.87% -
XYZ 30.62 15.89 3.55 -
YUV 76.34 108.07 231.9 -
System Red Green Blue C M Y K H S L
Decimal 222 9 41 0 0.96 0.82 0.13 350.99 0.92 0.45
Hex DE 9 29 0 60 52 D 15F 5C 2D
Octal 336 11 51 0 140 122 15 537 134 55
Binary 11011110 1001 101001 0 1100000 1010010 1101 101011111 1011100 101101

Color Harmonies of #DE0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0929

Black with #DE0929

Text Example


Text Example

White with #DE0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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