Html Css Color HEX #DE1835 Crimson

📋 copy color: '#DE1835'

red 222 ◦ green 24 ◦ blue 53

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

Shades of Crimson #DE1835

Tints of Crimson #DE1835

RGB

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

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

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

R = 74.25%
G = 8.03%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE1835 (or 0xDE1835) is known color: Crimson. HEX triplet: DE, 18 and 35. RGB value is (222,24,53). Sum of RGB (Red+Green+Blue) = 222+24+53=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1835 is #21E7CA. Grayscale: #565656. Windows color (decimal): -2222027 or 3479774. OLE color: 3479774.

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

Color convert

RGB 222 24 53 -
CMYK 0 0.89 0.76 0.13
HSL 351.21º 0.8% 0.48% -
HSV(B) 351.21º 0.89% 0.87% -
XYZ 31.09 16.44 4.9 -
YUV 86.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 222 24 53 0 0.89 0.76 0.13 351.21 0.8 0.48
Hex DE 18 35 0 59 4C D 15F 50 30
Octal 336 30 65 0 131 114 15 537 120 60
Binary 11011110 11000 110101 0 1011001 1001100 1101 101011111 1010000 110000

Color Harmonies of #DE1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1835

Black with #DE1835

Text Example


Text Example

White with #DE1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1835; }

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

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

background-color css

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

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

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

border-color css

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

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

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