Html Css Color HEX #D61A2B Fire Engine Red

📋 copy color: '#D61A2B'

red 214 ◦ green 26 ◦ blue 43

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

Shades of Fire Engine Red #D61A2B

Tints of Fire Engine Red #D61A2B

RGB

 RED value IS 214 (83.98% from 255) = 75.62%

 GREEN value IS 26 (10.55% from 255) = 9.19%

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

R = 75.62%
G = 9.19%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D61A2B (or 0xD61A2B) is known color: Fire Engine Red. HEX triplet: D6, 1A and 2B. RGB value is (214,26,43). Sum of RGB (Red+Green+Blue) = 214+26+43=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A2B is #29E5D4. Grayscale: #545454. Windows color (decimal): -2745813 or 2824918. OLE color: 2824918.

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

Color convert

RGB 214 26 43 -
CMYK 0 0.88 0.80 0.16
HSL 354.57º 0.78% 0.47% -
HSV(B) 354.57º 0.88% 0.84% -
XYZ 28.54 15.21 3.72 -
YUV 84.15 104.78 220.62 -
System Red Green Blue C M Y K H S L
Decimal 214 26 43 0 0.88 0.80 0.16 354.57 0.78 0.47
Hex D6 1A 2B 0 58 50 10 163 4E 2F
Octal 326 32 53 0 130 120 20 543 116 57
Binary 11010110 11010 101011 0 1011000 1010000 10000 101100011 1001110 101111

Color Harmonies of #D61A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A2B

Black with #D61A2B

Text Example


Text Example

White with #D61A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A2B; }

 p { color: rgb(214,26,43); }

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

background-color css

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

 a { background-color: rgb(214,26,43); }

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

border-color css

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

 span { border-color: rgb(214,26,43); }

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