Html Css Color HEX #DF082D Crimson

📋 copy color: '#DF082D'

red 223 ◦ green 8 ◦ blue 45

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

Shades of Crimson #DF082D

Tints of Crimson #DF082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 80.8%
G = 2.9%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF082D (or 0xDF082D) is known color: Crimson. HEX triplet: DF, 08 and 2D. RGB value is (223,8,45). Sum of RGB (Red+Green+Blue) = 223+8+45=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF082D is #20F7D2. Grayscale: #4C4C4C. Windows color (decimal): -2160595 or 2951391. OLE color: 2951391.

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

Color convert

RGB 223 8 45 -
CMYK 0 0.96 0.80 0.13
HSL 349.67º 0.93% 0.45% -
HSV(B) 349.67º 0.96% 0.87% -
XYZ 30.99 16.05 3.95 -
YUV 76.5 110.23 232.49 -
System Red Green Blue C M Y K H S L
Decimal 223 8 45 0 0.96 0.80 0.13 349.67 0.93 0.45
Hex DF 8 2D 0 60 50 D 15E 5D 2D
Octal 337 10 55 0 140 120 15 536 135 55
Binary 11011111 1000 101101 0 1100000 1010000 1101 101011110 1011101 101101

Color Harmonies of #DF082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF082D

Black with #DF082D

Text Example


Text Example

White with #DF082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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