Html Css Color HEX #DA192A Fire Engine Red

📋 copy color: '#DA192A'

red 218 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #DA192A

Tints of Fire Engine Red #DA192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 76.49%
G = 8.77%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA192A (or 0xDA192A) is known color: Fire Engine Red. HEX triplet: DA, 19 and 2A. RGB value is (218,25,42). Sum of RGB (Red+Green+Blue) = 218+25+42=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA192A is #25E6D5. Grayscale: #545454. Windows color (decimal): -2483926 or 2759130. OLE color: 2759130.

HSL color Cylindrical-coordinate representation of color #DA192A: hue angle of 354.72º 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 #DA192A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 42 -
CMYK 0 0.89 0.81 0.15
HSL 354.72º 0.79% 0.48% -
HSV(B) 354.72º 0.89% 0.85% -
XYZ 29.68 15.77 3.67 -
YUV 84.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 218 25 42 0 0.89 0.81 0.15 354.72 0.79 0.48
Hex DA 19 2A 0 59 51 F 163 4F 30
Octal 332 31 52 0 131 121 17 543 117 60
Binary 11011010 11001 101010 0 1011001 1010001 1111 101100011 1001111 110000

Color Harmonies of #DA192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA192A

Black with #DA192A

Text Example


Text Example

White with #DA192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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