Html Css Color HEX #DA122A Fire Engine Red

📋 copy color: '#DA122A'

red 218 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #DA122A

Tints of Fire Engine Red #DA122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 78.42%
G = 6.47%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA122A (or 0xDA122A) is known color: Fire Engine Red. HEX triplet: DA, 12 and 2A. RGB value is (218,18,42). Sum of RGB (Red+Green+Blue) = 218+18+42=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA122A is #25EDD5. Grayscale: #505050. Windows color (decimal): -2485718 or 2757338. OLE color: 2757338.

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

Color convert

RGB 218 18 42 -
CMYK 0 0.92 0.81 0.15
HSL 352.8º 0.85% 0.46% -
HSV(B) 352.8º 0.92% 0.85% -
XYZ 29.55 15.51 3.63 -
YUV 80.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 218 18 42 0 0.92 0.81 0.15 352.8 0.85 0.46
Hex DA 12 2A 0 5C 51 F 161 55 2E
Octal 332 22 52 0 134 121 17 541 125 56
Binary 11011010 10010 101010 0 1011100 1010001 1111 101100001 1010101 101110

Color Harmonies of #DA122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA122A

Black with #DA122A

Text Example


Text Example

White with #DA122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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