Html Css Color HEX #D5131A Fire Engine Red

📋 copy color: '#D5131A'

red 213 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #D5131A

Tints of Fire Engine Red #D5131A

RGB

 RED value IS 213 (83.59% from 255) = 82.56%

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

 BLUE value IS 26 (10.55% from 255) = 10.08%

R = 82.56%
G = 7.36%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5131A (or 0xD5131A) is known color: Fire Engine Red. HEX triplet: D5, 13 and 1A. RGB value is (213,19,26). Sum of RGB (Red+Green+Blue) = 213+19+26=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D5131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5131A is #2AECE5. Grayscale: #4D4D4D. Windows color (decimal): -2813158 or 1709013. OLE color: 1709013.

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

Color convert

RGB 213 19 26 -
CMYK 0 0.91 0.88 0.16
HSL 357.84º 0.84% 0.45% -
HSV(B) 357.84º 0.91% 0.84% -
XYZ 27.86 14.69 2.34 -
YUV 77.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 213 19 26 0 0.91 0.88 0.16 357.84 0.84 0.45
Hex D5 13 1A 0 5B 58 10 166 54 2D
Octal 325 23 32 0 133 130 20 546 124 55
Binary 11010101 10011 11010 0 1011011 1011000 10000 101100110 1010100 101101

Color Harmonies of #D5131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5131A

Black with #D5131A

Text Example


Text Example

White with #D5131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5131A; }

 p { color: rgb(213,19,26); }

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

background-color css

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

 a { background-color: rgb(213,19,26); }

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

border-color css

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

 span { border-color: rgb(213,19,26); }

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