Html Css Color HEX #D61029 Fire Engine Red

📋 copy color: '#D61029'

red 214 ◦ green 16 ◦ blue 41

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

Shades of Fire Engine Red #D61029

Tints of Fire Engine Red #D61029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 78.97%
G = 5.9%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D61029 (or 0xD61029) is known color: Fire Engine Red. HEX triplet: D6, 10 and 29. RGB value is (214,16,41). Sum of RGB (Red+Green+Blue) = 214+16+41=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61029 is #29EFD6. Grayscale: #4E4E4E. Windows color (decimal): -2748375 or 2691286. OLE color: 2691286.

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

Color convert

RGB 214 16 41 -
CMYK 0 0.93 0.81 0.16
HSL 352.42º 0.86% 0.45% -
HSV(B) 352.42º 0.93% 0.84% -
XYZ 28.32 14.83 3.47 -
YUV 78.05 107.1 224.97 -
System Red Green Blue C M Y K H S L
Decimal 214 16 41 0 0.93 0.81 0.16 352.42 0.86 0.45
Hex D6 10 29 0 5D 51 10 160 56 2D
Octal 326 20 51 0 135 121 20 540 126 55
Binary 11010110 10000 101001 0 1011101 1010001 10000 101100000 1010110 101101

Color Harmonies of #D61029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61029

Black with #D61029

Text Example


Text Example

White with #D61029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61029; }

 p { color: rgb(214,16,41); }

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

background-color css

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

 a { background-color: rgb(214,16,41); }

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

border-color css

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

 span { border-color: rgb(214,16,41); }

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