Html Css Color HEX #DF1834 Crimson

📋 copy color: '#DF1834'

red 223 ◦ green 24 ◦ blue 52

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

Shades of Crimson #DF1834

Tints of Crimson #DF1834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 74.58%
G = 8.03%
B = 17.39%

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

#DF1834 (or 0xDF1834) is known color: Crimson. HEX triplet: DF, 18 and 34. RGB value is (223,24,52). Sum of RGB (Red+Green+Blue) = 223+24+52=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1834 is #20E7CB. Grayscale: #565656. Windows color (decimal): -2156492 or 3414239. OLE color: 3414239.

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

Color convert

RGB 223 24 52 -
CMYK 0 0.89 0.77 0.13
HSL 351.56º 0.81% 0.48% -
HSV(B) 351.56º 0.89% 0.87% -
XYZ 31.38 16.59 4.8 -
YUV 86.69 108.43 225.22 -
System Red Green Blue C M Y K H S L
Decimal 223 24 52 0 0.89 0.77 0.13 351.56 0.81 0.48
Hex DF 18 34 0 59 4D D 160 51 30
Octal 337 30 64 0 131 115 15 540 121 60
Binary 11011111 11000 110100 0 1011001 1001101 1101 101100000 1010001 110000

Color Harmonies of #DF1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1834

Black with #DF1834

Text Example


Text Example

White with #DF1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1834; }

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

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

background-color css

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

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

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

border-color css

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

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

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