Html Css Color HEX #DA151A Fire Engine Red

📋 copy color: '#DA151A'

red 218 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #DA151A

Tints of Fire Engine Red #DA151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 82.26%
G = 7.92%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA151A (or 0xDA151A) is known color: Fire Engine Red. HEX triplet: DA, 15 and 1A. RGB value is (218,21,26). Sum of RGB (Red+Green+Blue) = 218+21+26=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA151A is #25EAE5. Grayscale: #505050. Windows color (decimal): -2484966 or 1709530. OLE color: 1709530.

HSL color Cylindrical-coordinate representation of color #DA151A: hue angle of 358.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA151A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 26 -
CMYK 0 0.90 0.88 0.15
HSL 358.48º 0.82% 0.47% -
HSV(B) 358.48º 0.9% 0.85% -
XYZ 29.37 15.52 2.42 -
YUV 80.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 218 21 26 0 0.90 0.88 0.15 358.48 0.82 0.47
Hex DA 15 1A 0 5A 58 F 166 52 2F
Octal 332 25 32 0 132 130 17 546 122 57
Binary 11011010 10101 11010 0 1011010 1011000 1111 101100110 1010010 101111

Color Harmonies of #DA151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA151A

Black with #DA151A

Text Example


Text Example

White with #DA151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA151A; }

 p { color: rgb(218,21,26); }

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

background-color css

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

 a { background-color: rgb(218,21,26); }

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

border-color css

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

 span { border-color: rgb(218,21,26); }

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