Html Css Color HEX #DE0E3B Crimson

📋 copy color: '#DE0E3B'

red 222 ◦ green 14 ◦ blue 59

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

Shades of Crimson #DE0E3B

Tints of Crimson #DE0E3B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.75%

 BLUE value IS 59 (23.44% from 255) = 20%

R = 75.25%
G = 4.75%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE0E3B (or 0xDE0E3B) is known color: Crimson. HEX triplet: DE, 0E and 3B. RGB value is (222,14,59). Sum of RGB (Red+Green+Blue) = 222+14+59=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E3B is #21F1C4. Grayscale: #515151. Windows color (decimal): -2224581 or 3870430. OLE color: 3870430.

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

Color convert

RGB 222 14 59 -
CMYK 0 0.94 0.73 0.13
HSL 347.02º 0.88% 0.46% -
HSV(B) 347.02º 0.94% 0.87% -
XYZ 31.07 16.16 5.62 -
YUV 81.32 115.41 228.34 -
System Red Green Blue C M Y K H S L
Decimal 222 14 59 0 0.94 0.73 0.13 347.02 0.88 0.46
Hex DE E 3B 0 5E 49 D 15B 58 2E
Octal 336 16 73 0 136 111 15 533 130 56
Binary 11011110 1110 111011 0 1011110 1001001 1101 101011011 1011000 101110

Color Harmonies of #DE0E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0E3B

Black with #DE0E3B

Text Example


Text Example

White with #DE0E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0E3B; }

 p { color: rgb(222,14,59); }

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

background-color css

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

 a { background-color: rgb(222,14,59); }

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

border-color css

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

 span { border-color: rgb(222,14,59); }

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