Html Css Color HEX #DE1635 Crimson

📋 copy color: '#DE1635'

red 222 ◦ green 22 ◦ blue 53

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

Shades of Crimson #DE1635

Tints of Crimson #DE1635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 74.75%
G = 7.41%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE1635 (or 0xDE1635) is known color: Crimson. HEX triplet: DE, 16 and 35. RGB value is (222,22,53). Sum of RGB (Red+Green+Blue) = 222+22+53=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1635 is #21E9CA. Grayscale: #555555. Windows color (decimal): -2222539 or 3479262. OLE color: 3479262.

HSL color Cylindrical-coordinate representation of color #DE1635: hue angle of 350.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1635 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 22 53 -
CMYK 0 0.90 0.76 0.13
HSL 350.7º 0.82% 0.48% -
HSV(B) 350.7º 0.9% 0.87% -
XYZ 31.05 16.36 4.89 -
YUV 85.33 109.76 225.48 -
System Red Green Blue C M Y K H S L
Decimal 222 22 53 0 0.90 0.76 0.13 350.7 0.82 0.48
Hex DE 16 35 0 5A 4C D 15F 52 30
Octal 336 26 65 0 132 114 15 537 122 60
Binary 11011110 10110 110101 0 1011010 1001100 1101 101011111 1010010 110000

Color Harmonies of #DE1635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1635

Black with #DE1635

Text Example


Text Example

White with #DE1635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1635; }

 p { color: rgb(222,22,53); }

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

background-color css

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

 a { background-color: rgb(222,22,53); }

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

border-color css

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

 span { border-color: rgb(222,22,53); }

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