Html Css Color HEX #D61427 Fire Engine Red

📋 copy color: '#D61427'

red 214 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #D61427

Tints of Fire Engine Red #D61427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 78.39%
G = 7.33%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61427 (or 0xD61427) is known color: Fire Engine Red. HEX triplet: D6, 14 and 27. RGB value is (214,20,39). Sum of RGB (Red+Green+Blue) = 214+20+39=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D61427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61427 is #29EBD8. Grayscale: #505050. Windows color (decimal): -2747353 or 2561238. OLE color: 2561238.

HSL color Cylindrical-coordinate representation of color #D61427: hue angle of 354.12º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61427 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 39 -
CMYK 0 0.91 0.82 0.16
HSL 354.12º 0.83% 0.46% -
HSV(B) 354.12º 0.91% 0.84% -
XYZ 28.35 14.94 3.31 -
YUV 80.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 214 20 39 0 0.91 0.82 0.16 354.12 0.83 0.46
Hex D6 14 27 0 5B 52 10 162 53 2E
Octal 326 24 47 0 133 122 20 542 123 56
Binary 11010110 10100 100111 0 1011011 1010010 10000 101100010 1010011 101110

Color Harmonies of #D61427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61427

Black with #D61427

Text Example


Text Example

White with #D61427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61427; }

 p { color: rgb(214,20,39); }

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

background-color css

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

 a { background-color: rgb(214,20,39); }

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

border-color css

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

 span { border-color: rgb(214,20,39); }

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