Html Css Color HEX #DF1242 Crimson

📋 copy color: '#DF1242'

red 223 ◦ green 18 ◦ blue 66

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

Shades of Crimson #DF1242

Tints of Crimson #DF1242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 72.64%
G = 5.86%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF1242 (or 0xDF1242) is known color: Crimson. HEX triplet: DF, 12 and 42. RGB value is (223,18,66). Sum of RGB (Red+Green+Blue) = 223+18+66=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1242 is #20EDBD. Grayscale: #545454. Windows color (decimal): -2158014 or 4330207. OLE color: 4330207.

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

Color convert

RGB 223 18 66 -
CMYK 0 0.92 0.70 0.13
HSL 345.95º 0.85% 0.47% -
HSV(B) 345.95º 0.92% 0.87% -
XYZ 31.63 16.51 6.67 -
YUV 84.77 117.42 226.6 -
System Red Green Blue C M Y K H S L
Decimal 223 18 66 0 0.92 0.70 0.13 345.95 0.85 0.47
Hex DF 12 42 0 5C 46 D 15A 55 2F
Octal 337 22 102 0 134 106 15 532 125 57
Binary 11011111 10010 1000010 0 1011100 1000110 1101 101011010 1010101 101111

Color Harmonies of #DF1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1242

Black with #DF1242

Text Example


Text Example

White with #DF1242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1242; }

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

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

background-color css

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

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

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

border-color css

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

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

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