Html Css Color HEX #D4102D Fire Engine Red

📋 copy color: '#D4102D'

red 212 ◦ green 16 ◦ blue 45

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

Shades of Fire Engine Red #D4102D

Tints of Fire Engine Red #D4102D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 77.66%
G = 5.86%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4102D (or 0xD4102D) is known color: Fire Engine Red. HEX triplet: D4, 10 and 2D. RGB value is (212,16,45). Sum of RGB (Red+Green+Blue) = 212+16+45=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4102D is #2BEFD2. Grayscale: #4D4D4D. Windows color (decimal): -2879443 or 2953428. OLE color: 2953428.

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

Color convert

RGB 212 16 45 -
CMYK 0 0.92 0.79 0.17
HSL 351.12º 0.86% 0.45% -
HSV(B) 351.12º 0.92% 0.83% -
XYZ 27.81 14.56 3.83 -
YUV 77.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 212 16 45 0 0.92 0.79 0.17 351.12 0.86 0.45
Hex D4 10 2D 0 5C 4F 11 15F 56 2D
Octal 324 20 55 0 134 117 21 537 126 55
Binary 11010100 10000 101101 0 1011100 1001111 10001 101011111 1010110 101101

Color Harmonies of #D4102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4102D

Black with #D4102D

Text Example


Text Example

White with #D4102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4102D; }

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

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

background-color css

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

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

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

border-color css

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

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

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