Html Css Color HEX #DE112C Crimson

📋 copy color: '#DE112C'

red 222 ◦ green 17 ◦ blue 44

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

Shades of Crimson #DE112C

Tints of Crimson #DE112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 78.45%
G = 6.01%
B = 15.55%

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

#DE112C (or 0xDE112C) is known color: Crimson. HEX triplet: DE, 11 and 2C. RGB value is (222,17,44). Sum of RGB (Red+Green+Blue) = 222+17+44=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE112C is #21EED3. Grayscale: #515151. Windows color (decimal): -2223828 or 2888158. OLE color: 2888158.

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

Color convert

RGB 222 17 44 -
CMYK 0 0.92 0.80 0.13
HSL 352.1º 0.86% 0.47% -
HSV(B) 352.1º 0.92% 0.87% -
XYZ 30.78 16.11 3.87 -
YUV 81.37 106.92 228.3 -
System Red Green Blue C M Y K H S L
Decimal 222 17 44 0 0.92 0.80 0.13 352.1 0.86 0.47
Hex DE 11 2C 0 5C 50 D 160 56 2F
Octal 336 21 54 0 134 120 15 540 126 57
Binary 11011110 10001 101100 0 1011100 1010000 1101 101100000 1010110 101111

Color Harmonies of #DE112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE112C

Black with #DE112C

Text Example


Text Example

White with #DE112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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