Html Css Color HEX #DF092D Crimson

📋 copy color: '#DF092D'

red 223 ◦ green 9 ◦ blue 45

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

Shades of Crimson #DF092D

Tints of Crimson #DF092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 80.51%
G = 3.25%
B = 16.25%

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

#DF092D (or 0xDF092D) is known color: Crimson. HEX triplet: DF, 09 and 2D. RGB value is (223,9,45). Sum of RGB (Red+Green+Blue) = 223+9+45=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF092D is #20F6D2. Grayscale: #4D4D4D. Windows color (decimal): -2160339 or 2951647. OLE color: 2951647.

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

Color convert

RGB 223 9 45 -
CMYK 0 0.96 0.80 0.13
HSL 349.91º 0.92% 0.45% -
HSV(B) 349.91º 0.96% 0.87% -
XYZ 31 16.07 3.95 -
YUV 77.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 223 9 45 0 0.96 0.80 0.13 349.91 0.92 0.45
Hex DF 9 2D 0 60 50 D 15E 5C 2D
Octal 337 11 55 0 140 120 15 536 134 55
Binary 11011111 1001 101101 0 1100000 1010000 1101 101011110 1011100 101101

Color Harmonies of #DF092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF092D

Black with #DF092D

Text Example


Text Example

White with #DF092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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