Html Css Color HEX #D61628 Fire Engine Red

📋 copy color: '#D61628'

red 214 ◦ green 22 ◦ blue 40

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

Shades of Fire Engine Red #D61628

Tints of Fire Engine Red #D61628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 77.54%
G = 7.97%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D61628 (or 0xD61628) is known color: Fire Engine Red. HEX triplet: D6, 16 and 28. RGB value is (214,22,40). Sum of RGB (Red+Green+Blue) = 214+22+40=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D61628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61628 is #29E9D7. Grayscale: #515151. Windows color (decimal): -2746840 or 2627286. OLE color: 2627286.

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

Color convert

RGB 214 22 40 -
CMYK 0 0.90 0.81 0.16
HSL 354.38º 0.81% 0.46% -
HSV(B) 354.38º 0.9% 0.84% -
XYZ 28.4 15.02 3.41 -
YUV 81.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 214 22 40 0 0.90 0.81 0.16 354.38 0.81 0.46
Hex D6 16 28 0 5A 51 10 162 51 2E
Octal 326 26 50 0 132 121 20 542 121 56
Binary 11010110 10110 101000 0 1011010 1010001 10000 101100010 1010001 101110

Color Harmonies of #D61628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61628

Black with #D61628

Text Example


Text Example

White with #D61628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61628; }

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

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

background-color css

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

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

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

border-color css

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

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

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