Html Css Color HEX #D61528 Fire Engine Red

📋 copy color: '#D61528'

red 214 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #D61528

Tints of Fire Engine Red #D61528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 77.82%
G = 7.64%
B = 14.55%

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

#D61528 (or 0xD61528) is known color: Fire Engine Red. HEX triplet: D6, 15 and 28. RGB value is (214,21,40). Sum of RGB (Red+Green+Blue) = 214+21+40=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D61528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61528 is #29EAD7. Grayscale: #505050. Windows color (decimal): -2747096 or 2627030. OLE color: 2627030.

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

Color convert

RGB 214 21 40 -
CMYK 0 0.90 0.81 0.16
HSL 354.09º 0.82% 0.46% -
HSV(B) 354.09º 0.9% 0.84% -
XYZ 28.38 14.99 3.4 -
YUV 80.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 214 21 40 0 0.90 0.81 0.16 354.09 0.82 0.46
Hex D6 15 28 0 5A 51 10 162 52 2E
Octal 326 25 50 0 132 121 20 542 122 56
Binary 11010110 10101 101000 0 1011010 1010001 10000 101100010 1010010 101110

Color Harmonies of #D61528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61528

Black with #D61528

Text Example


Text Example

White with #D61528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61528; }

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

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

background-color css

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

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

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

border-color css

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

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

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