Html Css Color HEX #DA0325 Fire Engine Red

📋 copy color: '#DA0325'

red 218 ◦ green 3 ◦ blue 37

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

Shades of Fire Engine Red #DA0325

Tints of Fire Engine Red #DA0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 84.5%
G = 1.16%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0325 (or 0xDA0325) is known color: Fire Engine Red. HEX triplet: DA, 03 and 25. RGB value is (218,3,37). Sum of RGB (Red+Green+Blue) = 218+3+37=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0325 is #25FCDA. Grayscale: #474747. Windows color (decimal): -2489563 or 2425818. OLE color: 2425818.

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

Color convert

RGB 218 3 37 -
CMYK 0 0.99 0.83 0.15
HSL 350.51º 0.97% 0.43% -
HSV(B) 350.51º 0.99% 0.85% -
XYZ 29.28 15.1 3.12 -
YUV 71.16 108.73 232.74 -
System Red Green Blue C M Y K H S L
Decimal 218 3 37 0 0.99 0.83 0.15 350.51 0.97 0.43
Hex DA 3 25 0 63 53 F 15F 61 2B
Octal 332 3 45 0 143 123 17 537 141 53
Binary 11011010 11 100101 0 1100011 1010011 1111 101011111 1100001 101011

Color Harmonies of #DA0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0325

Black with #DA0325

Text Example


Text Example

White with #DA0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0325; }

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

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

background-color css

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

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

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

border-color css

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

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

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