Html Css Color HEX #DA192B Fire Engine Red

📋 copy color: '#DA192B'

red 218 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #DA192B

Tints of Fire Engine Red #DA192B

RGB

 RED value IS 218 (85.55% from 255) = 76.22%

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

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

R = 76.22%
G = 8.74%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA192B (or 0xDA192B) is known color: Fire Engine Red. HEX triplet: DA, 19 and 2B. RGB value is (218,25,43). Sum of RGB (Red+Green+Blue) = 218+25+43=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA192B is #25E6D4. Grayscale: #545454. Windows color (decimal): -2483925 or 2824666. OLE color: 2824666.

HSL color Cylindrical-coordinate representation of color #DA192B: hue angle of 354.4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA192B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 43 -
CMYK 0 0.89 0.80 0.15
HSL 354.4º 0.79% 0.48% -
HSV(B) 354.4º 0.89% 0.85% -
XYZ 29.7 15.78 3.77 -
YUV 84.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 218 25 43 0 0.89 0.80 0.15 354.4 0.79 0.48
Hex DA 19 2B 0 59 50 F 162 4F 30
Octal 332 31 53 0 131 120 17 542 117 60
Binary 11011010 11001 101011 0 1011001 1010000 1111 101100010 1001111 110000

Color Harmonies of #DA192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA192B

Black with #DA192B

Text Example


Text Example

White with #DA192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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