Html Css Color HEX #DA132B Fire Engine Red

📋 copy color: '#DA132B'

red 218 ◦ green 19 ◦ blue 43

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

Shades of Fire Engine Red #DA132B

Tints of Fire Engine Red #DA132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

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

R = 77.86%
G = 6.79%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA132B (or 0xDA132B) is known color: Fire Engine Red. HEX triplet: DA, 13 and 2B. RGB value is (218,19,43). Sum of RGB (Red+Green+Blue) = 218+19+43=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA132B is #25ECD4. Grayscale: #515151. Windows color (decimal): -2485461 or 2823130. OLE color: 2823130.

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

Color convert

RGB 218 19 43 -
CMYK 0 0.91 0.80 0.15
HSL 352.76º 0.84% 0.46% -
HSV(B) 352.76º 0.91% 0.85% -
XYZ 29.58 15.55 3.73 -
YUV 81.24 106.43 225.55 -
System Red Green Blue C M Y K H S L
Decimal 218 19 43 0 0.91 0.80 0.15 352.76 0.84 0.46
Hex DA 13 2B 0 5B 50 F 161 54 2E
Octal 332 23 53 0 133 120 17 541 124 56
Binary 11011010 10011 101011 0 1011011 1010000 1111 101100001 1010100 101110

Color Harmonies of #DA132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA132B

Black with #DA132B

Text Example


Text Example

White with #DA132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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