Html Css Color HEX #D0192B Fire Engine Red

📋 copy color: '#D0192B'

red 208 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #D0192B

Tints of Fire Engine Red #D0192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 75.36%
G = 9.06%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0192B (or 0xD0192B) is known color: Fire Engine Red. HEX triplet: D0, 19 and 2B. RGB value is (208,25,43). Sum of RGB (Red+Green+Blue) = 208+25+43=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0192B is #2FE6D4. Grayscale: #515151. Windows color (decimal): -3139285 or 2824656. OLE color: 2824656.

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

Color convert

RGB 208 25 43 -
CMYK 0 0.88 0.79 0.18
HSL 354.1º 0.79% 0.46% -
HSV(B) 354.1º 0.88% 0.82% -
XYZ 26.8 14.28 3.63 -
YUV 81.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 208 25 43 0 0.88 0.79 0.18 354.1 0.79 0.46
Hex D0 19 2B 0 58 4F 12 162 4F 2E
Octal 320 31 53 0 130 117 22 542 117 56
Binary 11010000 11001 101011 0 1011000 1001111 10010 101100010 1001111 101110

Color Harmonies of #D0192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0192B

Black with #D0192B

Text Example


Text Example

White with #D0192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0192B; }

 p { color: rgb(208,25,43); }

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

background-color css

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

 a { background-color: rgb(208,25,43); }

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

border-color css

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

 span { border-color: rgb(208,25,43); }

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