Html Css Color HEX #DE1833 Crimson

📋 copy color: '#DE1833'

red 222 ◦ green 24 ◦ blue 51

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

Shades of Crimson #DE1833

Tints of Crimson #DE1833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

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

R = 74.75%
G = 8.08%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE1833 (or 0xDE1833) is known color: Crimson. HEX triplet: DE, 18 and 33. RGB value is (222,24,51). Sum of RGB (Red+Green+Blue) = 222+24+51=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1833 is #21E7CC. Grayscale: #565656. Windows color (decimal): -2222029 or 3348702. OLE color: 3348702.

HSL color Cylindrical-coordinate representation of color #DE1833: hue angle of 351.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1833 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 24 51 -
CMYK 0 0.89 0.77 0.13
HSL 351.82º 0.8% 0.48% -
HSV(B) 351.82º 0.89% 0.87% -
XYZ 31.05 16.42 4.67 -
YUV 86.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 222 24 51 0 0.89 0.77 0.13 351.82 0.8 0.48
Hex DE 18 33 0 59 4D D 160 50 30
Octal 336 30 63 0 131 115 15 540 120 60
Binary 11011110 11000 110011 0 1011001 1001101 1101 101100000 1010000 110000

Color Harmonies of #DE1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1833

Black with #DE1833

Text Example


Text Example

White with #DE1833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1833; }

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

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

background-color css

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

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

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

border-color css

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

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

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