Html Css Color HEX #DA122B Fire Engine Red

📋 copy color: '#DA122B'

red 218 ◦ green 18 ◦ blue 43

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

Shades of Fire Engine Red #DA122B

Tints of Fire Engine Red #DA122B

RGB

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

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

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

R = 78.14%
G = 6.45%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA122B (or 0xDA122B) is known color: Fire Engine Red. HEX triplet: DA, 12 and 2B. RGB value is (218,18,43). Sum of RGB (Red+Green+Blue) = 218+18+43=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA122B is #25EDD4. Grayscale: #505050. Windows color (decimal): -2485717 or 2822874. OLE color: 2822874.

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

Color convert

RGB 218 18 43 -
CMYK 0 0.92 0.80 0.15
HSL 352.5º 0.85% 0.46% -
HSV(B) 352.5º 0.92% 0.85% -
XYZ 29.57 15.51 3.72 -
YUV 80.65 106.76 225.97 -
System Red Green Blue C M Y K H S L
Decimal 218 18 43 0 0.92 0.80 0.15 352.5 0.85 0.46
Hex DA 12 2B 0 5C 50 F 160 55 2E
Octal 332 22 53 0 134 120 17 540 125 56
Binary 11011010 10010 101011 0 1011100 1010000 1111 101100000 1010101 101110

Color Harmonies of #DA122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA122B

Black with #DA122B

Text Example


Text Example

White with #DA122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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