Html Css Color HEX #DA2325 Fire Engine Red

📋 copy color: '#DA2325'

red 218 ◦ green 35 ◦ blue 37

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

Shades of Fire Engine Red #DA2325

Tints of Fire Engine Red #DA2325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 75.17%
G = 12.07%
B = 12.76%

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

#DA2325 (or 0xDA2325) is known color: Fire Engine Red. HEX triplet: DA, 23 and 25. RGB value is (218,35,37). Sum of RGB (Red+Green+Blue) = 218+35+37=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2325 is #25DCDA. Grayscale: #5A5A5A. Windows color (decimal): -2481371 or 2434010. OLE color: 2434010.

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

Color convert

RGB 218 35 37 -
CMYK 0 0.84 0.83 0.15
HSL 359.34º 0.72% 0.5% -
HSV(B) 359.34º 0.84% 0.85% -
XYZ 29.85 16.24 3.31 -
YUV 89.95 98.13 219.34 -
System Red Green Blue C M Y K H S L
Decimal 218 35 37 0 0.84 0.83 0.15 359.34 0.72 0.5
Hex DA 23 25 0 54 53 F 167 48 32
Octal 332 43 45 0 124 123 17 547 110 62
Binary 11011010 100011 100101 0 1010100 1010011 1111 101100111 1001000 110010

Color Harmonies of #DA2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2325

Black with #DA2325

Text Example


Text Example

White with #DA2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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