Html Css Color HEX #DA142B Fire Engine Red

📋 copy color: '#DA142B'

red 218 ◦ green 20 ◦ blue 43

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

Shades of Fire Engine Red #DA142B

Tints of Fire Engine Red #DA142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

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

R = 77.58%
G = 7.12%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA142B (or 0xDA142B) is known color: Fire Engine Red. HEX triplet: DA, 14 and 2B. RGB value is (218,20,43). Sum of RGB (Red+Green+Blue) = 218+20+43=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA142B is #25EBD4. Grayscale: #515151. Windows color (decimal): -2485205 or 2823386. OLE color: 2823386.

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

Color convert

RGB 218 20 43 -
CMYK 0 0.91 0.80 0.15
HSL 353.03º 0.83% 0.47% -
HSV(B) 353.03º 0.91% 0.85% -
XYZ 29.6 15.58 3.73 -
YUV 81.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 218 20 43 0 0.91 0.80 0.15 353.03 0.83 0.47
Hex DA 14 2B 0 5B 50 F 161 53 2F
Octal 332 24 53 0 133 120 17 541 123 57
Binary 11011010 10100 101011 0 1011011 1010000 1111 101100001 1010011 101111

Color Harmonies of #DA142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA142B

Black with #DA142B

Text Example


Text Example

White with #DA142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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