Html Css Color HEX #D61425 Fire Engine Red

📋 copy color: '#D61425'

red 214 ◦ green 20 ◦ blue 37

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

Shades of Fire Engine Red #D61425

Tints of Fire Engine Red #D61425

RGB

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

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

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

R = 78.97%
G = 7.38%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61425 (or 0xD61425) is known color: Fire Engine Red. HEX triplet: D6, 14 and 25. RGB value is (214,20,37). Sum of RGB (Red+Green+Blue) = 214+20+37=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61425 is #29EBDA. Grayscale: #505050. Windows color (decimal): -2747355 or 2430166. OLE color: 2430166.

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

Color convert

RGB 214 20 37 -
CMYK 0 0.91 0.83 0.16
HSL 354.74º 0.83% 0.46% -
HSV(B) 354.74º 0.91% 0.84% -
XYZ 28.32 14.93 3.14 -
YUV 79.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 214 20 37 0 0.91 0.83 0.16 354.74 0.83 0.46
Hex D6 14 25 0 5B 53 10 163 53 2E
Octal 326 24 45 0 133 123 20 543 123 56
Binary 11010110 10100 100101 0 1011011 1010011 10000 101100011 1010011 101110

Color Harmonies of #D61425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61425

Black with #D61425

Text Example


Text Example

White with #D61425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61425; }

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

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

background-color css

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

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

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

border-color css

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

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

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