Html Css Color HEX #DA1725 Fire Engine Red

📋 copy color: '#DA1725'

red 218 ◦ green 23 ◦ blue 37

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

Shades of Fire Engine Red #DA1725

Tints of Fire Engine Red #DA1725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 78.42%
G = 8.27%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1725 (or 0xDA1725) is known color: Fire Engine Red. HEX triplet: DA, 17 and 25. RGB value is (218,23,37). Sum of RGB (Red+Green+Blue) = 218+23+37=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1725 is #25E8DA. Grayscale: #535353. Windows color (decimal): -2484443 or 2430938. OLE color: 2430938.

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

Color convert

RGB 218 23 37 -
CMYK 0 0.89 0.83 0.15
HSL 355.69º 0.81% 0.47% -
HSV(B) 355.69º 0.89% 0.85% -
XYZ 29.55 15.65 3.21 -
YUV 82.9 102.1 224.36 -
System Red Green Blue C M Y K H S L
Decimal 218 23 37 0 0.89 0.83 0.15 355.69 0.81 0.47
Hex DA 17 25 0 59 53 F 164 51 2F
Octal 332 27 45 0 131 123 17 544 121 57
Binary 11011010 10111 100101 0 1011001 1010011 1111 101100100 1010001 101111

Color Harmonies of #DA1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1725

Black with #DA1725

Text Example


Text Example

White with #DA1725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1725; }

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

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

background-color css

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

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

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

border-color css

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

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

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