Html Css Color HEX #DF082E Crimson

📋 copy color: '#DF082E'

red 223 ◦ green 8 ◦ blue 46

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

Shades of Crimson #DF082E

Tints of Crimson #DF082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 80.51%
G = 2.89%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF082E (or 0xDF082E) is known color: Crimson. HEX triplet: DF, 08 and 2E. RGB value is (223,8,46). Sum of RGB (Red+Green+Blue) = 223+8+46=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF082E is #20F7D1. Grayscale: #4C4C4C. Windows color (decimal): -2160594 or 3016927. OLE color: 3016927.

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

Color convert

RGB 223 8 46 -
CMYK 0 0.96 0.79 0.13
HSL 349.4º 0.93% 0.45% -
HSV(B) 349.4º 0.96% 0.87% -
XYZ 31.01 16.06 4.05 -
YUV 76.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 223 8 46 0 0.96 0.79 0.13 349.4 0.93 0.45
Hex DF 8 2E 0 60 4F D 15D 5D 2D
Octal 337 10 56 0 140 117 15 535 135 55
Binary 11011111 1000 101110 0 1100000 1001111 1101 101011101 1011101 101101

Color Harmonies of #DF082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF082E

Black with #DF082E

Text Example


Text Example

White with #DF082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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