Html Css Color HEX #D4101C Fire Engine Red

📋 copy color: '#D4101C'

red 212 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #D4101C

Tints of Fire Engine Red #D4101C

RGB

 RED value IS 212 (83.2% from 255) = 82.81%

 GREEN value IS 16 (6.64% from 255) = 6.25%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 82.81%
G = 6.25%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4101C (or 0xD4101C) is known color: Fire Engine Red. HEX triplet: D4, 10 and 1C. RGB value is (212,16,28). Sum of RGB (Red+Green+Blue) = 212+16+28=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D4101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4101C is #2BEFE3. Grayscale: #4C4C4C. Windows color (decimal): -2879460 or 1839316. OLE color: 1839316.

HSL color Cylindrical-coordinate representation of color #D4101C: hue angle of 356.33º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4101C is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 28 -
CMYK 0 0.92 0.87 0.17
HSL 356.33º 0.86% 0.45% -
HSV(B) 356.33º 0.92% 0.83% -
XYZ 27.55 14.45 2.44 -
YUV 75.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 212 16 28 0 0.92 0.87 0.17 356.33 0.86 0.45
Hex D4 10 1C 0 5C 57 11 164 56 2D
Octal 324 20 34 0 134 127 21 544 126 55
Binary 11010100 10000 11100 0 1011100 1010111 10001 101100100 1010110 101101

Color Harmonies of #D4101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4101C

Black with #D4101C

Text Example


Text Example

White with #D4101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4101C; }

 p { color: rgb(212,16,28); }

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

background-color css

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

 a { background-color: rgb(212,16,28); }

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

border-color css

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

 span { border-color: rgb(212,16,28); }

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