Html Css Color HEX #DA1422 Fire Engine Red

📋 copy color: '#DA1422'

red 218 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #DA1422

Tints of Fire Engine Red #DA1422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 80.15%
G = 7.35%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA1422 (or 0xDA1422) is known color: Fire Engine Red. HEX triplet: DA, 14 and 22. RGB value is (218,20,34). Sum of RGB (Red+Green+Blue) = 218+20+34=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1422 is #25EBDD. Grayscale: #505050. Windows color (decimal): -2485214 or 2233562. OLE color: 2233562.

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

Color convert

RGB 218 20 34 -
CMYK 0 0.91 0.84 0.15
HSL 355.76º 0.83% 0.47% -
HSV(B) 355.76º 0.91% 0.85% -
XYZ 29.45 15.52 2.96 -
YUV 80.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 218 20 34 0 0.91 0.84 0.15 355.76 0.83 0.47
Hex DA 14 22 0 5B 54 F 164 53 2F
Octal 332 24 42 0 133 124 17 544 123 57
Binary 11011010 10100 100010 0 1011011 1010100 1111 101100100 1010011 101111

Color Harmonies of #DA1422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1422

Black with #DA1422

Text Example


Text Example

White with #DA1422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1422; }

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

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

background-color css

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

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

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

border-color css

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

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

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