Html Css Color HEX #DF0322 Fire Engine Red

📋 copy color: '#DF0322'

red 223 ◦ green 3 ◦ blue 34

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

Shades of Fire Engine Red #DF0322

Tints of Fire Engine Red #DF0322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 85.77%
G = 1.15%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF0322 (or 0xDF0322) is known color: Fire Engine Red. HEX triplet: DF, 03 and 22. RGB value is (223,3,34). Sum of RGB (Red+Green+Blue) = 223+3+34=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0322 is #20FCDD. Grayscale: #484848. Windows color (decimal): -2161886 or 2229215. OLE color: 2229215.

HSL color Cylindrical-coordinate representation of color #DF0322: hue angle of 351.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0322 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 34 -
CMYK 0 0.99 0.85 0.13
HSL 351.55º 0.97% 0.44% -
HSV(B) 351.55º 0.99% 0.87% -
XYZ 30.75 15.87 2.96 -
YUV 72.31 106.39 235.48 -
System Red Green Blue C M Y K H S L
Decimal 223 3 34 0 0.99 0.85 0.13 351.55 0.97 0.44
Hex DF 3 22 0 63 55 D 160 61 2C
Octal 337 3 42 0 143 125 15 540 141 54
Binary 11011111 11 100010 0 1100011 1010101 1101 101100000 1100001 101100

Color Harmonies of #DF0322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0322

Black with #DF0322

Text Example


Text Example

White with #DF0322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0322; }

 p { color: rgb(223,3,34); }

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

background-color css

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

 a { background-color: rgb(223,3,34); }

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

border-color css

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

 span { border-color: rgb(223,3,34); }

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