Html Css Color HEX #D61529 Fire Engine Red

📋 copy color: '#D61529'

red 214 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #D61529

Tints of Fire Engine Red #D61529

RGB

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

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

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

R = 77.54%
G = 7.61%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D61529 (or 0xD61529) is known color: Fire Engine Red. HEX triplet: D6, 15 and 29. RGB value is (214,21,41). Sum of RGB (Red+Green+Blue) = 214+21+41=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D61529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61529 is #29EAD6. Grayscale: #515151. Windows color (decimal): -2747095 or 2692566. OLE color: 2692566.

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

Color convert

RGB 214 21 41 -
CMYK 0 0.90 0.81 0.16
HSL 353.78º 0.82% 0.46% -
HSV(B) 353.78º 0.9% 0.84% -
XYZ 28.4 14.99 3.49 -
YUV 80.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 214 21 41 0 0.90 0.81 0.16 353.78 0.82 0.46
Hex D6 15 29 0 5A 51 10 162 52 2E
Octal 326 25 51 0 132 121 20 542 122 56
Binary 11010110 10101 101001 0 1011010 1010001 10000 101100010 1010010 101110

Color Harmonies of #D61529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61529

Black with #D61529

Text Example


Text Example

White with #D61529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61529; }

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

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

background-color css

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

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

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

border-color css

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

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

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