Html Css Color HEX #D61722 Fire Engine Red

📋 copy color: '#D61722'

red 214 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #D61722

Tints of Fire Engine Red #D61722

RGB

 RED value IS 214 (83.98% from 255) = 78.97%

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 78.97%
G = 8.49%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D61722 (or 0xD61722) is known color: Fire Engine Red. HEX triplet: D6, 17 and 22. RGB value is (214,23,34). Sum of RGB (Red+Green+Blue) = 214+23+34=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61722 is #29E8DD. Grayscale: #515151. Windows color (decimal): -2746590 or 2234326. OLE color: 2234326.

HSL color Cylindrical-coordinate representation of color #D61722: hue angle of 356.54º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61722 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 34 -
CMYK 0 0.89 0.84 0.16
HSL 356.54º 0.81% 0.46% -
HSV(B) 356.54º 0.89% 0.84% -
XYZ 28.33 15.02 2.92 -
YUV 81.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 214 23 34 0 0.89 0.84 0.16 356.54 0.81 0.46
Hex D6 17 22 0 59 54 10 165 51 2E
Octal 326 27 42 0 131 124 20 545 121 56
Binary 11010110 10111 100010 0 1011001 1010100 10000 101100101 1010001 101110

Color Harmonies of #D61722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61722

Black with #D61722

Text Example


Text Example

White with #D61722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61722; }

 p { color: rgb(214,23,34); }

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

background-color css

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

 a { background-color: rgb(214,23,34); }

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

border-color css

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

 span { border-color: rgb(214,23,34); }

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