Html Css Color HEX #DF1833 Crimson

📋 copy color: '#DF1833'

red 223 ◦ green 24 ◦ blue 51

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

Shades of Crimson #DF1833

Tints of Crimson #DF1833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 51 (20.31% from 255) = 17.11%

R = 74.83%
G = 8.05%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF1833 (or 0xDF1833) is known color: Crimson. HEX triplet: DF, 18 and 33. RGB value is (223,24,51). Sum of RGB (Red+Green+Blue) = 223+24+51=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1833 is #20E7CC. Grayscale: #565656. Windows color (decimal): -2156493 or 3348703. OLE color: 3348703.

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

Color convert

RGB 223 24 51 -
CMYK 0 0.89 0.77 0.13
HSL 351.86º 0.81% 0.48% -
HSV(B) 351.86º 0.89% 0.87% -
XYZ 31.36 16.58 4.68 -
YUV 86.58 107.93 225.3 -
System Red Green Blue C M Y K H S L
Decimal 223 24 51 0 0.89 0.77 0.13 351.86 0.81 0.48
Hex DF 18 33 0 59 4D D 160 51 30
Octal 337 30 63 0 131 115 15 540 121 60
Binary 11011111 11000 110011 0 1011001 1001101 1101 101100000 1010001 110000

Color Harmonies of #DF1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1833

Black with #DF1833

Text Example


Text Example

White with #DF1833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1833; }

 p { color: rgb(223,24,51); }

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

background-color css

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

 a { background-color: rgb(223,24,51); }

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

border-color css

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

 span { border-color: rgb(223,24,51); }

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