Html Css Color HEX #D61A1B Fire Engine Red

📋 copy color: '#D61A1B'

red 214 ◦ green 26 ◦ blue 27

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

Shades of Fire Engine Red #D61A1B

Tints of Fire Engine Red #D61A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 80.15%
G = 9.74%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D61A1B (or 0xD61A1B) is known color: Fire Engine Red. HEX triplet: D6, 1A and 1B. RGB value is (214,26,27). Sum of RGB (Red+Green+Blue) = 214+26+27=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A1B is #29E5E4. Grayscale: #525252. Windows color (decimal): -2745829 or 1776342. OLE color: 1776342.

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

Color convert

RGB 214 26 27 -
CMYK 0 0.88 0.87 0.16
HSL 359.68º 0.78% 0.47% -
HSV(B) 359.68º 0.88% 0.84% -
XYZ 28.3 15.11 2.46 -
YUV 82.33 96.78 221.92 -
System Red Green Blue C M Y K H S L
Decimal 214 26 27 0 0.88 0.87 0.16 359.68 0.78 0.47
Hex D6 1A 1B 0 58 57 10 168 4E 2F
Octal 326 32 33 0 130 127 20 550 116 57
Binary 11010110 11010 11011 0 1011000 1010111 10000 101101000 1001110 101111

Color Harmonies of #D61A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A1B

Black with #D61A1B

Text Example


Text Example

White with #D61A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A1B; }

 p { color: rgb(214,26,27); }

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

background-color css

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

 a { background-color: rgb(214,26,27); }

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

border-color css

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

 span { border-color: rgb(214,26,27); }

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