Html Css Color HEX #DA1827 Fire Engine Red

📋 copy color: '#DA1827'

red 218 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #DA1827

Tints of Fire Engine Red #DA1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 77.58%
G = 8.54%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA1827 (or 0xDA1827) is known color: Fire Engine Red. HEX triplet: DA, 18 and 27. RGB value is (218,24,39). Sum of RGB (Red+Green+Blue) = 218+24+39=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1827 is #25E7D8. Grayscale: #535353. Windows color (decimal): -2484185 or 2562266. OLE color: 2562266.

HSL color Cylindrical-coordinate representation of color #DA1827: hue angle of 355.36º degrees, saturation: 0.8, 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 #DA1827 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 39 -
CMYK 0 0.89 0.82 0.15
HSL 355.36º 0.8% 0.47% -
HSV(B) 355.36º 0.89% 0.85% -
XYZ 29.61 15.71 3.39 -
YUV 83.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 218 24 39 0 0.89 0.82 0.15 355.36 0.8 0.47
Hex DA 18 27 0 59 52 F 163 50 2F
Octal 332 30 47 0 131 122 17 543 120 57
Binary 11011010 11000 100111 0 1011001 1010010 1111 101100011 1010000 101111

Color Harmonies of #DA1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1827

Black with #DA1827

Text Example


Text Example

White with #DA1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1827; }

 p { color: rgb(218,24,39); }

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

background-color css

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

 a { background-color: rgb(218,24,39); }

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

border-color css

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

 span { border-color: rgb(218,24,39); }

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