Html Css Color HEX #D61826 Fire Engine Red

📋 copy color: '#D61826'

red 214 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #D61826

Tints of Fire Engine Red #D61826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 77.54%
G = 8.7%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61826 (or 0xD61826) is known color: Fire Engine Red. HEX triplet: D6, 18 and 26. RGB value is (214,24,38). Sum of RGB (Red+Green+Blue) = 214+24+38=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D61826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61826 is #29E7D9. Grayscale: #525252. Windows color (decimal): -2746330 or 2496726. OLE color: 2496726.

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

Color convert

RGB 214 24 38 -
CMYK 0 0.89 0.82 0.16
HSL 355.58º 0.8% 0.47% -
HSV(B) 355.58º 0.89% 0.84% -
XYZ 28.41 15.09 3.25 -
YUV 82.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 214 24 38 0 0.89 0.82 0.16 355.58 0.8 0.47
Hex D6 18 26 0 59 52 10 164 50 2F
Octal 326 30 46 0 131 122 20 544 120 57
Binary 11010110 11000 100110 0 1011001 1010010 10000 101100100 1010000 101111

Color Harmonies of #D61826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61826

Black with #D61826

Text Example


Text Example

White with #D61826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61826; }

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

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

background-color css

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

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

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

border-color css

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

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

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