Html Css Color HEX #DE122F Crimson

📋 copy color: '#DE122F'

red 222 ◦ green 18 ◦ blue 47

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

Shades of Crimson #DE122F

Tints of Crimson #DE122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

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

R = 77.35%
G = 6.27%
B = 16.38%

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

#DE122F (or 0xDE122F) is known color: Crimson. HEX triplet: DE, 12 and 2F. RGB value is (222,18,47). Sum of RGB (Red+Green+Blue) = 222+18+47=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE122F is #21EDD0. Grayscale: #525252. Windows color (decimal): -2223569 or 3085022. OLE color: 3085022.

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

Color convert

RGB 222 18 47 -
CMYK 0 0.92 0.79 0.13
HSL 351.47º 0.85% 0.47% -
HSV(B) 351.47º 0.92% 0.87% -
XYZ 30.85 16.17 4.18 -
YUV 82.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 222 18 47 0 0.92 0.79 0.13 351.47 0.85 0.47
Hex DE 12 2F 0 5C 4F D 15F 55 2F
Octal 336 22 57 0 134 117 15 537 125 57
Binary 11011110 10010 101111 0 1011100 1001111 1101 101011111 1010101 101111

Color Harmonies of #DE122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE122F

Black with #DE122F

Text Example


Text Example

White with #DE122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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