Html Css Color HEX #DA131A Fire Engine Red

📋 copy color: '#DA131A'

red 218 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #DA131A

Tints of Fire Engine Red #DA131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 82.89%
G = 7.22%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA131A (or 0xDA131A) is known color: Fire Engine Red. HEX triplet: DA, 13 and 1A. RGB value is (218,19,26). Sum of RGB (Red+Green+Blue) = 218+19+26=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA131A is #25ECE5. Grayscale: #4F4F4F. Windows color (decimal): -2485478 or 1709018. OLE color: 1709018.

HSL color Cylindrical-coordinate representation of color #DA131A: hue angle of 357.89º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA131A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 26 -
CMYK 0 0.91 0.88 0.15
HSL 357.89º 0.84% 0.46% -
HSV(B) 357.89º 0.91% 0.85% -
XYZ 29.33 15.45 2.41 -
YUV 79.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 218 19 26 0 0.91 0.88 0.15 357.89 0.84 0.46
Hex DA 13 1A 0 5B 58 F 166 54 2E
Octal 332 23 32 0 133 130 17 546 124 56
Binary 11011010 10011 11010 0 1011011 1011000 1111 101100110 1010100 101110

Color Harmonies of #DA131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA131A

Black with #DA131A

Text Example


Text Example

White with #DA131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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