Html Css Color HEX #D4101A Fire Engine Red

📋 copy color: '#D4101A'

red 212 ◦ green 16 ◦ blue 26

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

Shades of Fire Engine Red #D4101A

Tints of Fire Engine Red #D4101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 83.46%
G = 6.3%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4101A (or 0xD4101A) is known color: Fire Engine Red. HEX triplet: D4, 10 and 1A. RGB value is (212,16,26). Sum of RGB (Red+Green+Blue) = 212+16+26=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D4101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4101A is #2BEFE5. Grayscale: #4B4B4B. Windows color (decimal): -2879462 or 1708244. OLE color: 1708244.

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

Color convert

RGB 212 16 26 -
CMYK 0 0.92 0.88 0.17
HSL 356.94º 0.86% 0.45% -
HSV(B) 356.94º 0.92% 0.83% -
XYZ 27.52 14.44 2.31 -
YUV 75.74 99.93 225.19 -
System Red Green Blue C M Y K H S L
Decimal 212 16 26 0 0.92 0.88 0.17 356.94 0.86 0.45
Hex D4 10 1A 0 5C 58 11 165 56 2D
Octal 324 20 32 0 134 130 21 545 126 55
Binary 11010100 10000 11010 0 1011100 1011000 10001 101100101 1010110 101101

Color Harmonies of #D4101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4101A

Black with #D4101A

Text Example


Text Example

White with #D4101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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