Html Css Color HEX #D61526 Fire Engine Red

📋 copy color: '#D61526'

red 214 ◦ green 21 ◦ blue 38

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

Shades of Fire Engine Red #D61526

Tints of Fire Engine Red #D61526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 78.39%
G = 7.69%
B = 13.92%

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

#D61526 (or 0xD61526) is known color: Fire Engine Red. HEX triplet: D6, 15 and 26. RGB value is (214,21,38). Sum of RGB (Red+Green+Blue) = 214+21+38=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D61526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61526 is #29EAD9. Grayscale: #505050. Windows color (decimal): -2747098 or 2495958. OLE color: 2495958.

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

Color convert

RGB 214 21 38 -
CMYK 0 0.90 0.82 0.16
HSL 354.72º 0.82% 0.46% -
HSV(B) 354.72º 0.9% 0.84% -
XYZ 28.35 14.97 3.23 -
YUV 80.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 214 21 38 0 0.90 0.82 0.16 354.72 0.82 0.46
Hex D6 15 26 0 5A 52 10 163 52 2E
Octal 326 25 46 0 132 122 20 543 122 56
Binary 11010110 10101 100110 0 1011010 1010010 10000 101100011 1010010 101110

Color Harmonies of #D61526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61526

Black with #D61526

Text Example


Text Example

White with #D61526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61526; }

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

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

background-color css

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

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

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

border-color css

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

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

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