Html Css Color HEX #DF122C Crimson

📋 copy color: '#DF122C'

red 223 ◦ green 18 ◦ blue 44

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

Shades of Crimson #DF122C

Tints of Crimson #DF122C

RGB

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

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

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

R = 78.25%
G = 6.32%
B = 15.44%

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

#DF122C (or 0xDF122C) is known color: Crimson. HEX triplet: DF, 12 and 2C. RGB value is (223,18,44). Sum of RGB (Red+Green+Blue) = 223+18+44=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF122C is #20EDD3. Grayscale: #525252. Windows color (decimal): -2158036 or 2888415. OLE color: 2888415.

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

Color convert

RGB 223 18 44 -
CMYK 0 0.92 0.80 0.13
HSL 352.39º 0.85% 0.47% -
HSV(B) 352.39º 0.92% 0.87% -
XYZ 31.1 16.3 3.89 -
YUV 82.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 223 18 44 0 0.92 0.80 0.13 352.39 0.85 0.47
Hex DF 12 2C 0 5C 50 D 160 55 2F
Octal 337 22 54 0 134 120 15 540 125 57
Binary 11011111 10010 101100 0 1011100 1010000 1101 101100000 1010101 101111

Color Harmonies of #DF122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF122C

Black with #DF122C

Text Example


Text Example

White with #DF122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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