Html Css Color HEX #DF122E Crimson

📋 copy color: '#DF122E'

red 223 ◦ green 18 ◦ blue 46

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

Shades of Crimson #DF122E

Tints of Crimson #DF122E

RGB

 RED value IS 223 (87.5% from 255) = 77.7%

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 77.7%
G = 6.27%
B = 16.03%

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

#DF122E (or 0xDF122E) is known color: Crimson. HEX triplet: DF, 12 and 2E. RGB value is (223,18,46). Sum of RGB (Red+Green+Blue) = 223+18+46=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF122E is #20EDD1. Grayscale: #525252. Windows color (decimal): -2158034 or 3019487. OLE color: 3019487.

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

Color convert

RGB 223 18 46 -
CMYK 0 0.92 0.79 0.13
HSL 351.8º 0.85% 0.47% -
HSV(B) 351.8º 0.92% 0.87% -
XYZ 31.14 16.32 4.09 -
YUV 82.49 107.42 228.22 -
System Red Green Blue C M Y K H S L
Decimal 223 18 46 0 0.92 0.79 0.13 351.8 0.85 0.47
Hex DF 12 2E 0 5C 4F D 160 55 2F
Octal 337 22 56 0 134 117 15 540 125 57
Binary 11011111 10010 101110 0 1011100 1001111 1101 101100000 1010101 101111

Color Harmonies of #DF122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF122E

Black with #DF122E

Text Example


Text Example

White with #DF122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF122E; }

 p { color: rgb(223,18,46); }

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

background-color css

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

 a { background-color: rgb(223,18,46); }

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

border-color css

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

 span { border-color: rgb(223,18,46); }

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