Html Css Color HEX #D4002A Fire Engine Red

📋 copy color: '#D4002A'

red 212 ◦ green 0 ◦ blue 42

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

Shades of Fire Engine Red #D4002A

Tints of Fire Engine Red #D4002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 83.46%
G = 0%
B = 16.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4002A (or 0xD4002A) is known color: Fire Engine Red. HEX triplet: D4, 00 and 2A. RGB value is (212,0,42). Sum of RGB (Red+Green+Blue) = 212+0+42=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D4002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4002A is #2BFFD5. Grayscale: #444444. Windows color (decimal): -2883542 or 2752724. OLE color: 2752724.

HSL color Cylindrical-coordinate representation of color #D4002A: hue angle of 348.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4002A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 42 -
CMYK 0 1 0.80 0.17
HSL 348.11º 1% 0.42% -
HSV(B) 348.11º 1% 0.83% -
XYZ 27.57 14.16 3.47 -
YUV 68.18 113.24 230.58 -
System Red Green Blue C M Y K H S L
Decimal 212 0 42 0 1 0.80 0.17 348.11 1 0.42
Hex D4 0 2A 0 64 50 11 15C 64 2A
Octal 324 0 52 0 144 120 21 534 144 52
Binary 11010100 0 101010 0 1100100 1010000 10001 101011100 1100100 101010

Color Harmonies of #D4002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4002A

Black with #D4002A

Text Example


Text Example

White with #D4002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4002A; }

 p { color: rgb(212,0,42); }

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

background-color css

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

 a { background-color: rgb(212,0,42); }

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

border-color css

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

 span { border-color: rgb(212,0,42); }

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