Html Css Color HEX #DF1738 Crimson

📋 copy color: '#DF1738'

red 223 ◦ green 23 ◦ blue 56

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

Shades of Crimson #DF1738

Tints of Crimson #DF1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

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

R = 73.84%
G = 7.62%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF1738 (or 0xDF1738) is known color: Crimson. HEX triplet: DF, 17 and 38. RGB value is (223,23,56). Sum of RGB (Red+Green+Blue) = 223+23+56=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1738 is #20E8C7. Grayscale: #565656. Windows color (decimal): -2156744 or 3676127. OLE color: 3676127.

HSL color Cylindrical-coordinate representation of color #DF1738: hue angle of 350.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1738 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 23 56 -
CMYK 0 0.90 0.75 0.13
HSL 350.1º 0.81% 0.48% -
HSV(B) 350.1º 0.9% 0.87% -
XYZ 31.45 16.59 5.29 -
YUV 86.56 110.76 225.32 -
System Red Green Blue C M Y K H S L
Decimal 223 23 56 0 0.90 0.75 0.13 350.1 0.81 0.48
Hex DF 17 38 0 5A 4B D 15E 51 30
Octal 337 27 70 0 132 113 15 536 121 60
Binary 11011111 10111 111000 0 1011010 1001011 1101 101011110 1010001 110000

Color Harmonies of #DF1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1738

Black with #DF1738

Text Example


Text Example

White with #DF1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1738; }

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

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

background-color css

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

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

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

border-color css

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

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

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