Html Css Color HEX #D61228 Fire Engine Red

📋 copy color: '#D61228'

red 214 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #D61228

Tints of Fire Engine Red #D61228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

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

R = 78.68%
G = 6.62%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D61228 (or 0xD61228) is known color: Fire Engine Red. HEX triplet: D6, 12 and 28. RGB value is (214,18,40). Sum of RGB (Red+Green+Blue) = 214+18+40=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D61228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61228 is #29EDD7. Grayscale: #4F4F4F. Windows color (decimal): -2747864 or 2626262. OLE color: 2626262.

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

Color convert

RGB 214 18 40 -
CMYK 0 0.92 0.81 0.16
HSL 353.27º 0.84% 0.45% -
HSV(B) 353.27º 0.92% 0.84% -
XYZ 28.33 14.88 3.39 -
YUV 79.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 214 18 40 0 0.92 0.81 0.16 353.27 0.84 0.45
Hex D6 12 28 0 5C 51 10 161 54 2D
Octal 326 22 50 0 134 121 20 541 124 55
Binary 11010110 10010 101000 0 1011100 1010001 10000 101100001 1010100 101101

Color Harmonies of #D61228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61228

Black with #D61228

Text Example


Text Example

White with #D61228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61228; }

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

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

background-color css

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

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

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

border-color css

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

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

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