Html Css Color HEX #DF093D Crimson

📋 copy color: '#DF093D'

red 223 ◦ green 9 ◦ blue 61

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

Shades of Crimson #DF093D

Tints of Crimson #DF093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 76.11%
G = 3.07%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF093D (or 0xDF093D) is known color: Crimson. HEX triplet: DF, 09 and 3D. RGB value is (223,9,61). Sum of RGB (Red+Green+Blue) = 223+9+61=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF093D is #20F6C2. Grayscale: #4E4E4E. Windows color (decimal): -2160323 or 4000223. OLE color: 4000223.

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

Color convert

RGB 223 9 61 -
CMYK 0 0.96 0.73 0.13
HSL 345.42º 0.92% 0.45% -
HSV(B) 345.42º 0.96% 0.87% -
XYZ 31.37 16.22 5.89 -
YUV 78.91 117.9 230.77 -
System Red Green Blue C M Y K H S L
Decimal 223 9 61 0 0.96 0.73 0.13 345.42 0.92 0.45
Hex DF 9 3D 0 60 49 D 159 5C 2D
Octal 337 11 75 0 140 111 15 531 134 55
Binary 11011111 1001 111101 0 1100000 1001001 1101 101011001 1011100 101101

Color Harmonies of #DF093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF093D

Black with #DF093D

Text Example


Text Example

White with #DF093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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