Html Css Color HEX #DA1B2B Fire Engine Red

📋 copy color: '#DA1B2B'

red 218 ◦ green 27 ◦ blue 43

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

Shades of Fire Engine Red #DA1B2B

Tints of Fire Engine Red #DA1B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.38%

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 75.69%
G = 9.38%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA1B2B (or 0xDA1B2B) is known color: Fire Engine Red. HEX triplet: DA, 1B and 2B. RGB value is (218,27,43). Sum of RGB (Red+Green+Blue) = 218+27+43=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1B2B is #25E4D4. Grayscale: #565656. Windows color (decimal): -2483413 or 2825178. OLE color: 2825178.

HSL color Cylindrical-coordinate representation of color #DA1B2B: hue angle of 354.97º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1B2B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 27 43 -
CMYK 0 0.88 0.80 0.15
HSL 354.97º 0.78% 0.48% -
HSV(B) 354.97º 0.88% 0.85% -
XYZ 29.74 15.86 3.78 -
YUV 85.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 218 27 43 0 0.88 0.80 0.15 354.97 0.78 0.48
Hex DA 1B 2B 0 58 50 F 163 4E 30
Octal 332 33 53 0 130 120 17 543 116 60
Binary 11011010 11011 101011 0 1011000 1010000 1111 101100011 1001110 110000

Color Harmonies of #DA1B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B2B

Black with #DA1B2B

Text Example


Text Example

White with #DA1B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B2B; }

 p { color: rgb(218,27,43); }

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

background-color css

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

 a { background-color: rgb(218,27,43); }

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

border-color css

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

 span { border-color: rgb(218,27,43); }

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