Html Css Color HEX #DF1036 Crimson

📋 copy color: '#DF1036'

red 223 ◦ green 16 ◦ blue 54

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

Shades of Crimson #DF1036

Tints of Crimson #DF1036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.46%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 76.11%
G = 5.46%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF1036 (or 0xDF1036) is known color: Crimson. HEX triplet: DF, 10 and 36. RGB value is (223,16,54). Sum of RGB (Red+Green+Blue) = 223+16+54=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1036 is #20EFC9. Grayscale: #525252. Windows color (decimal): -2158538 or 3543263. OLE color: 3543263.

HSL color Cylindrical-coordinate representation of color #DF1036: hue angle of 348.99º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1036 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 54 -
CMYK 0 0.93 0.76 0.13
HSL 348.99º 0.87% 0.47% -
HSV(B) 348.99º 0.93% 0.87% -
XYZ 31.28 16.32 4.99 -
YUV 82.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 223 16 54 0 0.93 0.76 0.13 348.99 0.87 0.47
Hex DF 10 36 0 5D 4C D 15D 57 2F
Octal 337 20 66 0 135 114 15 535 127 57
Binary 11011111 10000 110110 0 1011101 1001100 1101 101011101 1010111 101111

Color Harmonies of #DF1036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1036

Black with #DF1036

Text Example


Text Example

White with #DF1036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1036; }

 p { color: rgb(223,16,54); }

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

background-color css

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

 a { background-color: rgb(223,16,54); }

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

border-color css

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

 span { border-color: rgb(223,16,54); }

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