Html Css Color HEX #D61A27 Fire Engine Red

📋 copy color: '#D61A27'

red 214 ◦ green 26 ◦ blue 39

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

Shades of Fire Engine Red #D61A27

Tints of Fire Engine Red #D61A27

RGB

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

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

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

R = 76.7%
G = 9.32%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61A27 (or 0xD61A27) is known color: Fire Engine Red. HEX triplet: D6, 1A and 27. RGB value is (214,26,39). Sum of RGB (Red+Green+Blue) = 214+26+39=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A27 is #29E5D8. Grayscale: #535353. Windows color (decimal): -2745817 or 2562774. OLE color: 2562774.

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

Color convert

RGB 214 26 39 -
CMYK 0 0.88 0.82 0.16
HSL 355.85º 0.78% 0.47% -
HSV(B) 355.85º 0.88% 0.84% -
XYZ 28.47 15.18 3.35 -
YUV 83.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 214 26 39 0 0.88 0.82 0.16 355.85 0.78 0.47
Hex D6 1A 27 0 58 52 10 164 4E 2F
Octal 326 32 47 0 130 122 20 544 116 57
Binary 11010110 11010 100111 0 1011000 1010010 10000 101100100 1001110 101111

Color Harmonies of #D61A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A27

Black with #D61A27

Text Example


Text Example

White with #D61A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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