Html Css Color HEX #DD061F Fire Engine Red

📋 copy color: '#DD061F'

red 221 ◦ green 6 ◦ blue 31

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

Shades of Fire Engine Red #DD061F

Tints of Fire Engine Red #DD061F

RGB

 RED value IS 221 (86.72% from 255) = 85.66%

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 85.66%
G = 2.33%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD061F (or 0xDD061F) is known color: Fire Engine Red. HEX triplet: DD, 06 and 1F. RGB value is (221,6,31). Sum of RGB (Red+Green+Blue) = 221+6+31=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD061F is #22F9E0. Grayscale: #494949. Windows color (decimal): -2292193 or 2033373. OLE color: 2033373.

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

Color convert

RGB 221 6 31 -
CMYK 0 0.97 0.86 0.13
HSL 353.02º 0.95% 0.45% -
HSV(B) 353.02º 0.97% 0.87% -
XYZ 30.13 15.6 2.72 -
YUV 73.14 104.23 233.47 -
System Red Green Blue C M Y K H S L
Decimal 221 6 31 0 0.97 0.86 0.13 353.02 0.95 0.45
Hex DD 6 1F 0 61 56 D 161 5F 2D
Octal 335 6 37 0 141 126 15 541 137 55
Binary 11011101 110 11111 0 1100001 1010110 1101 101100001 1011111 101101

Color Harmonies of #DD061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD061F

Black with #DD061F

Text Example


Text Example

White with #DD061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD061F; }

 p { color: rgb(221,6,31); }

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

background-color css

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

 a { background-color: rgb(221,6,31); }

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

border-color css

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

 span { border-color: rgb(221,6,31); }

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