Html Css Color HEX #DE112D Crimson

📋 copy color: '#DE112D'

red 222 ◦ green 17 ◦ blue 45

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

Shades of Crimson #DE112D

Tints of Crimson #DE112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 78.17%
G = 5.99%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE112D (or 0xDE112D) is known color: Crimson. HEX triplet: DE, 11 and 2D. RGB value is (222,17,45). Sum of RGB (Red+Green+Blue) = 222+17+45=284 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.17% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 222 - color contains mainly: red. Hex color #DE112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE112D is #21EED2. Grayscale: #515151. Windows color (decimal): -2223827 or 2953694. OLE color: 2953694.

HSL color Cylindrical-coordinate representation of color #DE112D: hue angle of 351.8º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE112D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 17 45 -
CMYK 0 0.92 0.80 0.13
HSL 351.8º 0.86% 0.47% -
HSV(B) 351.8º 0.92% 0.87% -
XYZ 30.8 16.12 3.97 -
YUV 81.49 107.42 228.22 -
System Red Green Blue C M Y K H S L
Decimal 222 17 45 0 0.92 0.80 0.13 351.8 0.86 0.47
Hex DE 11 2D 0 5C 50 D 160 56 2F
Octal 336 21 55 0 134 120 15 540 126 57
Binary 11011110 10001 101101 0 1011100 1010000 1101 101100000 1010110 101111

Color Harmonies of #DE112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE112D

Black with #DE112D

Text Example


Text Example

White with #DE112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE112D; }

 p { color: rgb(222,17,45); }

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

background-color css

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

 a { background-color: rgb(222,17,45); }

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

border-color css

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

 span { border-color: rgb(222,17,45); }

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