Html Css Color HEX #D61C25 Fire Engine Red

📋 copy color: '#D61C25'

red 214 ◦ green 28 ◦ blue 37

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

Shades of Fire Engine Red #D61C25

Tints of Fire Engine Red #D61C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 76.7%
G = 10.04%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61C25 (or 0xD61C25) is known color: Fire Engine Red. HEX triplet: D6, 1C and 25. RGB value is (214,28,37). Sum of RGB (Red+Green+Blue) = 214+28+37=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C25 is #29E3DA. Grayscale: #545454. Windows color (decimal): -2745307 or 2432214. OLE color: 2432214.

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

Color convert

RGB 214 28 37 -
CMYK 0 0.87 0.83 0.16
HSL 357.1º 0.77% 0.47% -
HSV(B) 357.1º 0.87% 0.84% -
XYZ 28.48 15.26 3.19 -
YUV 84.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 214 28 37 0 0.87 0.83 0.16 357.1 0.77 0.47
Hex D6 1C 25 0 57 53 10 165 4D 2F
Octal 326 34 45 0 127 123 20 545 115 57
Binary 11010110 11100 100101 0 1010111 1010011 10000 101100101 1001101 101111

Color Harmonies of #D61C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C25

Black with #D61C25

Text Example


Text Example

White with #D61C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C25; }

 p { color: rgb(214,28,37); }

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

background-color css

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

 a { background-color: rgb(214,28,37); }

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

border-color css

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

 span { border-color: rgb(214,28,37); }

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