Html Css Color HEX #D61626 Fire Engine Red

📋 copy color: '#D61626'

red 214 ◦ green 22 ◦ blue 38

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

Shades of Fire Engine Red #D61626

Tints of Fire Engine Red #D61626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 78.1%
G = 8.03%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61626 (or 0xD61626) is known color: Fire Engine Red. HEX triplet: D6, 16 and 26. RGB value is (214,22,38). Sum of RGB (Red+Green+Blue) = 214+22+38=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D61626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61626 is #29E9D9. Grayscale: #515151. Windows color (decimal): -2746842 or 2496214. OLE color: 2496214.

HSL color Cylindrical-coordinate representation of color #D61626: hue angle of 355º 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 #D61626 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 38 -
CMYK 0 0.90 0.82 0.16
HSL 355º 0.81% 0.46% -
HSV(B) 355º 0.9% 0.84% -
XYZ 28.37 15.01 3.24 -
YUV 81.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 214 22 38 0 0.90 0.82 0.16 355 0.81 0.46
Hex D6 16 26 0 5A 52 10 163 51 2E
Octal 326 26 46 0 132 122 20 543 121 56
Binary 11010110 10110 100110 0 1011010 1010010 10000 101100011 1010001 101110

Color Harmonies of #D61626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61626

Black with #D61626

Text Example


Text Example

White with #D61626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61626; }

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

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

background-color css

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

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

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

border-color css

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

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

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