Html Css Color HEX #DE0D33 Crimson

📋 copy color: '#DE0D33'

red 222 ◦ green 13 ◦ blue 51

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

Shades of Crimson #DE0D33

Tints of Crimson #DE0D33

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 77.62%
G = 4.55%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE0D33 (or 0xDE0D33) is known color: Crimson. HEX triplet: DE, 0D and 33. RGB value is (222,13,51). Sum of RGB (Red+Green+Blue) = 222+13+51=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0D33 is #21F2CC. Grayscale: #4F4F4F. Windows color (decimal): -2224845 or 3345886. OLE color: 3345886.

HSL color Cylindrical-coordinate representation of color #DE0D33: hue angle of 349.09º degrees, saturation: 0.89, 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 #DE0D33 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 13 51 -
CMYK 0 0.94 0.77 0.13
HSL 349.09º 0.89% 0.46% -
HSV(B) 349.09º 0.94% 0.87% -
XYZ 30.87 16.06 4.6 -
YUV 79.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 222 13 51 0 0.94 0.77 0.13 349.09 0.89 0.46
Hex DE D 33 0 5E 4D D 15D 59 2E
Octal 336 15 63 0 136 115 15 535 131 56
Binary 11011110 1101 110011 0 1011110 1001101 1101 101011101 1011001 101110

Color Harmonies of #DE0D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0D33

Black with #DE0D33

Text Example


Text Example

White with #DE0D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0D33; }

 p { color: rgb(222,13,51); }

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

background-color css

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

 a { background-color: rgb(222,13,51); }

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

border-color css

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

 span { border-color: rgb(222,13,51); }

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