Html Css Color HEX #D0101A Fire Engine Red

📋 copy color: '#D0101A'

red 208 ◦ green 16 ◦ blue 26

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

Shades of Fire Engine Red #D0101A

Tints of Fire Engine Red #D0101A

RGB

 RED value IS 208 (81.64% from 255) = 83.2%

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

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

R = 83.2%
G = 6.4%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0101A (or 0xD0101A) is known color: Fire Engine Red. HEX triplet: D0, 10 and 1A. RGB value is (208,16,26). Sum of RGB (Red+Green+Blue) = 208+16+26=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D0101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0101A is #2FEFE5. Grayscale: #4A4A4A. Windows color (decimal): -3141606 or 1708240. OLE color: 1708240.

HSL color Cylindrical-coordinate representation of color #D0101A: hue angle of 356.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0101A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 26 -
CMYK 0 0.92 0.88 0.18
HSL 356.88º 0.86% 0.44% -
HSV(B) 356.88º 0.92% 0.82% -
XYZ 26.38 13.86 2.26 -
YUV 74.55 100.61 223.19 -
System Red Green Blue C M Y K H S L
Decimal 208 16 26 0 0.92 0.88 0.18 356.88 0.86 0.44
Hex D0 10 1A 0 5C 58 12 165 56 2C
Octal 320 20 32 0 134 130 22 545 126 54
Binary 11010000 10000 11010 0 1011100 1011000 10010 101100101 1010110 101100

Color Harmonies of #D0101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0101A

Black with #D0101A

Text Example


Text Example

White with #D0101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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