Html Css Color HEX #DE0B2C Crimson

📋 copy color: '#DE0B2C'

red 222 ◦ green 11 ◦ blue 44

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

Shades of Crimson #DE0B2C

Tints of Crimson #DE0B2C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.97%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 80.14%
G = 3.97%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE0B2C (or 0xDE0B2C) is known color: Crimson. HEX triplet: DE, 0B and 2C. RGB value is (222,11,44). Sum of RGB (Red+Green+Blue) = 222+11+44=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B2C is #21F4D3. Grayscale: #4D4D4D. Windows color (decimal): -2225364 or 2886622. OLE color: 2886622.

HSL color Cylindrical-coordinate representation of color #DE0B2C: hue angle of 350.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0B2C is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 11 44 -
CMYK 0 0.95 0.80 0.13
HSL 350.62º 0.91% 0.46% -
HSV(B) 350.62º 0.95% 0.87% -
XYZ 30.7 15.95 3.84 -
YUV 77.85 108.9 230.82 -
System Red Green Blue C M Y K H S L
Decimal 222 11 44 0 0.95 0.80 0.13 350.62 0.91 0.46
Hex DE B 2C 0 5F 50 D 15F 5B 2E
Octal 336 13 54 0 137 120 15 537 133 56
Binary 11011110 1011 101100 0 1011111 1010000 1101 101011111 1011011 101110

Color Harmonies of #DE0B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B2C

Black with #DE0B2C

Text Example


Text Example

White with #DE0B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B2C; }

 p { color: rgb(222,11,44); }

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

background-color css

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

 a { background-color: rgb(222,11,44); }

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

border-color css

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

 span { border-color: rgb(222,11,44); }

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