Html Css Color HEX #D61622 Fire Engine Red

📋 copy color: '#D61622'

red 214 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #D61622

Tints of Fire Engine Red #D61622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

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

R = 79.26%
G = 8.15%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D61622 (or 0xD61622) is known color: Fire Engine Red. HEX triplet: D6, 16 and 22. RGB value is (214,22,34). Sum of RGB (Red+Green+Blue) = 214+22+34=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D61622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61622 is #29E9DD. Grayscale: #505050. Windows color (decimal): -2746846 or 2234070. OLE color: 2234070.

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

Color convert

RGB 214 22 34 -
CMYK 0 0.90 0.84 0.16
HSL 356.25º 0.81% 0.46% -
HSV(B) 356.25º 0.9% 0.84% -
XYZ 28.31 14.99 2.91 -
YUV 80.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 214 22 34 0 0.90 0.84 0.16 356.25 0.81 0.46
Hex D6 16 22 0 5A 54 10 164 51 2E
Octal 326 26 42 0 132 124 20 544 121 56
Binary 11010110 10110 100010 0 1011010 1010100 10000 101100100 1010001 101110

Color Harmonies of #D61622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61622

Black with #D61622

Text Example


Text Example

White with #D61622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61622; }

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

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

background-color css

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

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

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

border-color css

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

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

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