Html Css Color HEX #DA132A Fire Engine Red

📋 copy color: '#DA132A'

red 218 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #DA132A

Tints of Fire Engine Red #DA132A

RGB

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

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

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

R = 78.14%
G = 6.81%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA132A (or 0xDA132A) is known color: Fire Engine Red. HEX triplet: DA, 13 and 2A. RGB value is (218,19,42). Sum of RGB (Red+Green+Blue) = 218+19+42=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA132A is #25ECD5. Grayscale: #515151. Windows color (decimal): -2485462 or 2757594. OLE color: 2757594.

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

Color convert

RGB 218 19 42 -
CMYK 0 0.91 0.81 0.15
HSL 353.07º 0.84% 0.46% -
HSV(B) 353.07º 0.91% 0.85% -
XYZ 29.56 15.54 3.63 -
YUV 81.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 218 19 42 0 0.91 0.81 0.15 353.07 0.84 0.46
Hex DA 13 2A 0 5B 51 F 161 54 2E
Octal 332 23 52 0 133 121 17 541 124 56
Binary 11011010 10011 101010 0 1011011 1010001 1111 101100001 1010100 101110

Color Harmonies of #DA132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA132A

Black with #DA132A

Text Example


Text Example

White with #DA132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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