Html Css Color HEX #DE0833 Crimson

📋 copy color: '#DE0833'

red 222 ◦ green 8 ◦ blue 51

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

Shades of Crimson #DE0833

Tints of Crimson #DE0833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 79%
G = 2.85%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE0833 (or 0xDE0833) is known color: Crimson. HEX triplet: DE, 08 and 33. RGB value is (222,8,51). Sum of RGB (Red+Green+Blue) = 222+8+51=281 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.00% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0833 is #21F7CC. Grayscale: #4C4C4C. Windows color (decimal): -2226125 or 3344606. OLE color: 3344606.

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

Color convert

RGB 222 8 51 -
CMYK 0 0.96 0.77 0.13
HSL 347.94º 0.93% 0.45% -
HSV(B) 347.94º 0.96% 0.87% -
XYZ 30.81 15.94 4.59 -
YUV 76.89 113.4 231.5 -
System Red Green Blue C M Y K H S L
Decimal 222 8 51 0 0.96 0.77 0.13 347.94 0.93 0.45
Hex DE 8 33 0 60 4D D 15C 5D 2D
Octal 336 10 63 0 140 115 15 534 135 55
Binary 11011110 1000 110011 0 1100000 1001101 1101 101011100 1011101 101101

Color Harmonies of #DE0833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0833

Black with #DE0833

Text Example


Text Example

White with #DE0833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0833; }

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

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

background-color css

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

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

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

border-color css

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

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

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