Html Css Color HEX #DF093C Crimson

📋 copy color: '#DF093C'

red 223 ◦ green 9 ◦ blue 60

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

Shades of Crimson #DF093C

Tints of Crimson #DF093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 76.37%
G = 3.08%
B = 20.55%

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

#DF093C (or 0xDF093C) is known color: Crimson. HEX triplet: DF, 09 and 3C. RGB value is (223,9,60). Sum of RGB (Red+Green+Blue) = 223+9+60=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF093C is #20F6C3. Grayscale: #4E4E4E. Windows color (decimal): -2160324 or 3934687. OLE color: 3934687.

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

Color convert

RGB 223 9 60 -
CMYK 0 0.96 0.73 0.13
HSL 345.7º 0.92% 0.45% -
HSV(B) 345.7º 0.96% 0.87% -
XYZ 31.34 16.21 5.75 -
YUV 78.8 117.4 230.85 -
System Red Green Blue C M Y K H S L
Decimal 223 9 60 0 0.96 0.73 0.13 345.7 0.92 0.45
Hex DF 9 3C 0 60 49 D 15A 5C 2D
Octal 337 11 74 0 140 111 15 532 134 55
Binary 11011111 1001 111100 0 1100000 1001001 1101 101011010 1011100 101101

Color Harmonies of #DF093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF093C

Black with #DF093C

Text Example


Text Example

White with #DF093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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