Html Css Color HEX #D0102C Fire Engine Red

📋 copy color: '#D0102C'

red 208 ◦ green 16 ◦ blue 44

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

Shades of Fire Engine Red #D0102C

Tints of Fire Engine Red #D0102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 77.61%
G = 5.97%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0102C (or 0xD0102C) is known color: Fire Engine Red. HEX triplet: D0, 10 and 2C. RGB value is (208,16,44). Sum of RGB (Red+Green+Blue) = 208+16+44=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D0102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0102C is #2FEFD3. Grayscale: #4C4C4C. Windows color (decimal): -3141588 or 2887888. OLE color: 2887888.

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

Color convert

RGB 208 16 44 -
CMYK 0 0.92 0.79 0.18
HSL 351.25º 0.86% 0.44% -
HSV(B) 351.25º 0.92% 0.82% -
XYZ 26.65 13.96 3.67 -
YUV 76.6 109.61 221.72 -
System Red Green Blue C M Y K H S L
Decimal 208 16 44 0 0.92 0.79 0.18 351.25 0.86 0.44
Hex D0 10 2C 0 5C 4F 12 15F 56 2C
Octal 320 20 54 0 134 117 22 537 126 54
Binary 11010000 10000 101100 0 1011100 1001111 10010 101011111 1010110 101100

Color Harmonies of #D0102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0102C

Black with #D0102C

Text Example


Text Example

White with #D0102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0102C; }

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

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

background-color css

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

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

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

border-color css

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

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

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