Html Css Color HEX #D6102B Fire Engine Red

📋 copy color: '#D6102B'

red 214 ◦ green 16 ◦ blue 43

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

Shades of Fire Engine Red #D6102B

Tints of Fire Engine Red #D6102B

RGB

 RED value IS 214 (83.98% from 255) = 78.39%

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 78.39%
G = 5.86%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6102B (or 0xD6102B) is known color: Fire Engine Red. HEX triplet: D6, 10 and 2B. RGB value is (214,16,43). Sum of RGB (Red+Green+Blue) = 214+16+43=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D6102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6102B is #29EFD4. Grayscale: #4E4E4E. Windows color (decimal): -2748373 or 2822358. OLE color: 2822358.

HSL color Cylindrical-coordinate representation of color #D6102B: hue angle of 351.82º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6102B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 43 -
CMYK 0 0.93 0.80 0.16
HSL 351.82º 0.86% 0.45% -
HSV(B) 351.82º 0.93% 0.84% -
XYZ 28.35 14.84 3.66 -
YUV 78.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 214 16 43 0 0.93 0.80 0.16 351.82 0.86 0.45
Hex D6 10 2B 0 5D 50 10 160 56 2D
Octal 326 20 53 0 135 120 20 540 126 55
Binary 11010110 10000 101011 0 1011101 1010000 10000 101100000 1010110 101101

Color Harmonies of #D6102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6102B

Black with #D6102B

Text Example


Text Example

White with #D6102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6102B; }

 p { color: rgb(214,16,43); }

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

background-color css

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

 a { background-color: rgb(214,16,43); }

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

border-color css

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

 span { border-color: rgb(214,16,43); }

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