Html Css Color HEX #DE112F Crimson

📋 copy color: '#DE112F'

red 222 ◦ green 17 ◦ blue 47

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

Shades of Crimson #DE112F

Tints of Crimson #DE112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 77.62%
G = 5.94%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE112F (or 0xDE112F) is known color: Crimson. HEX triplet: DE, 11 and 2F. RGB value is (222,17,47). Sum of RGB (Red+Green+Blue) = 222+17+47=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE112F is #21EED0. Grayscale: #515151. Windows color (decimal): -2223825 or 3084766. OLE color: 3084766.

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

Color convert

RGB 222 17 47 -
CMYK 0 0.92 0.79 0.13
HSL 351.22º 0.86% 0.47% -
HSV(B) 351.22º 0.92% 0.87% -
XYZ 30.84 16.14 4.18 -
YUV 81.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 222 17 47 0 0.92 0.79 0.13 351.22 0.86 0.47
Hex DE 11 2F 0 5C 4F D 15F 56 2F
Octal 336 21 57 0 134 117 15 537 126 57
Binary 11011110 10001 101111 0 1011100 1001111 1101 101011111 1010110 101111

Color Harmonies of #DE112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE112F

Black with #DE112F

Text Example


Text Example

White with #DE112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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