Html Css Color HEX #DF0E38 Crimson

📋 copy color: '#DF0E38'

red 223 ◦ green 14 ◦ blue 56

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

Shades of Crimson #DF0E38

Tints of Crimson #DF0E38

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.78%

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

R = 76.11%
G = 4.78%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF0E38 (or 0xDF0E38) is known color: Crimson. HEX triplet: DF, 0E and 38. RGB value is (223,14,56). Sum of RGB (Red+Green+Blue) = 223+14+56=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E38 is #20F1C7. Grayscale: #515151. Windows color (decimal): -2159048 or 3673823. OLE color: 3673823.

HSL color Cylindrical-coordinate representation of color #DF0E38: hue angle of 347.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E38 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 14 56 -
CMYK 0 0.94 0.75 0.13
HSL 347.94º 0.88% 0.46% -
HSV(B) 347.94º 0.94% 0.87% -
XYZ 31.3 16.29 5.24 -
YUV 81.28 113.74 229.08 -
System Red Green Blue C M Y K H S L
Decimal 223 14 56 0 0.94 0.75 0.13 347.94 0.88 0.46
Hex DF E 38 0 5E 4B D 15C 58 2E
Octal 337 16 70 0 136 113 15 534 130 56
Binary 11011111 1110 111000 0 1011110 1001011 1101 101011100 1011000 101110

Color Harmonies of #DF0E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E38

Black with #DF0E38

Text Example


Text Example

White with #DF0E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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