Html Css Color HEX #DF1038 Crimson

📋 copy color: '#DF1038'

red 223 ◦ green 16 ◦ blue 56

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

Shades of Crimson #DF1038

Tints of Crimson #DF1038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 75.59%
G = 5.42%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF1038 (or 0xDF1038) is known color: Crimson. HEX triplet: DF, 10 and 38. RGB value is (223,16,56). Sum of RGB (Red+Green+Blue) = 223+16+56=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1038 is #20EFC7. Grayscale: #525252. Windows color (decimal): -2158536 or 3674335. OLE color: 3674335.

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

Color convert

RGB 223 16 56 -
CMYK 0 0.93 0.75 0.13
HSL 348.41º 0.87% 0.47% -
HSV(B) 348.41º 0.93% 0.87% -
XYZ 31.33 16.34 5.24 -
YUV 82.45 113.08 228.25 -
System Red Green Blue C M Y K H S L
Decimal 223 16 56 0 0.93 0.75 0.13 348.41 0.87 0.47
Hex DF 10 38 0 5D 4B D 15C 57 2F
Octal 337 20 70 0 135 113 15 534 127 57
Binary 11011111 10000 111000 0 1011101 1001011 1101 101011100 1010111 101111

Color Harmonies of #DF1038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1038

Black with #DF1038

Text Example


Text Example

White with #DF1038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1038; }

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

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

background-color css

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

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

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

border-color css

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

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

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