Html Css Color HEX #DF0841 Crimson

📋 copy color: '#DF0841'

red 223 ◦ green 8 ◦ blue 65

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

Shades of Crimson #DF0841

Tints of Crimson #DF0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 75.34%
G = 2.7%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF0841 (or 0xDF0841) is known color: Crimson. HEX triplet: DF, 08 and 41. RGB value is (223,8,65). Sum of RGB (Red+Green+Blue) = 223+8+65=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0841 is #20F7BE. Grayscale: #4E4E4E. Windows color (decimal): -2160575 or 4262111. OLE color: 4262111.

HSL color Cylindrical-coordinate representation of color #DF0841: hue angle of 344.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0841 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 65 -
CMYK 0 0.96 0.71 0.13
HSL 344.09º 0.93% 0.45% -
HSV(B) 344.09º 0.96% 0.87% -
XYZ 31.47 16.24 6.48 -
YUV 78.78 120.23 230.87 -
System Red Green Blue C M Y K H S L
Decimal 223 8 65 0 0.96 0.71 0.13 344.09 0.93 0.45
Hex DF 8 41 0 60 47 D 158 5D 2D
Octal 337 10 101 0 140 107 15 530 135 55
Binary 11011111 1000 1000001 0 1100000 1000111 1101 101011000 1011101 101101

Color Harmonies of #DF0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0841

Black with #DF0841

Text Example


Text Example

White with #DF0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0841; }

 p { color: rgb(223,8,65); }

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

background-color css

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

 a { background-color: rgb(223,8,65); }

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

border-color css

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

 span { border-color: rgb(223,8,65); }

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