Html Css Color HEX #DA2326 Fire Engine Red

📋 copy color: '#DA2326'

red 218 ◦ green 35 ◦ blue 38

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

Shades of Fire Engine Red #DA2326

Tints of Fire Engine Red #DA2326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 74.91%
G = 12.03%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA2326 (or 0xDA2326) is known color: Fire Engine Red. HEX triplet: DA, 23 and 26. RGB value is (218,35,38). Sum of RGB (Red+Green+Blue) = 218+35+38=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2326 is #25DCD9. Grayscale: #5A5A5A. Windows color (decimal): -2481370 or 2499546. OLE color: 2499546.

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

Color convert

RGB 218 35 38 -
CMYK 0 0.84 0.83 0.15
HSL 359.02º 0.72% 0.5% -
HSV(B) 359.02º 0.84% 0.85% -
XYZ 29.86 16.25 3.4 -
YUV 90.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 218 35 38 0 0.84 0.83 0.15 359.02 0.72 0.5
Hex DA 23 26 0 54 53 F 167 48 32
Octal 332 43 46 0 124 123 17 547 110 62
Binary 11011010 100011 100110 0 1010100 1010011 1111 101100111 1001000 110010

Color Harmonies of #DA2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2326

Black with #DA2326

Text Example


Text Example

White with #DA2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2326; }

 p { color: rgb(218,35,38); }

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

background-color css

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

 a { background-color: rgb(218,35,38); }

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

border-color css

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

 span { border-color: rgb(218,35,38); }

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