Html Css Color HEX #D5102A Fire Engine Red

📋 copy color: '#D5102A'

red 213 ◦ green 16 ◦ blue 42

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

Shades of Fire Engine Red #D5102A

Tints of Fire Engine Red #D5102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 78.6%
G = 5.9%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5102A (or 0xD5102A) is known color: Fire Engine Red. HEX triplet: D5, 10 and 2A. RGB value is (213,16,42). Sum of RGB (Red+Green+Blue) = 213+16+42=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D5102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5102A is #2AEFD5. Grayscale: #4D4D4D. Windows color (decimal): -2813910 or 2756821. OLE color: 2756821.

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

Color convert

RGB 213 16 42 -
CMYK 0 0.92 0.80 0.16
HSL 352.08º 0.86% 0.45% -
HSV(B) 352.08º 0.92% 0.84% -
XYZ 28.04 14.68 3.55 -
YUV 77.87 107.77 224.39 -
System Red Green Blue C M Y K H S L
Decimal 213 16 42 0 0.92 0.80 0.16 352.08 0.86 0.45
Hex D5 10 2A 0 5C 50 10 160 56 2D
Octal 325 20 52 0 134 120 20 540 126 55
Binary 11010101 10000 101010 0 1011100 1010000 10000 101100000 1010110 101101

Color Harmonies of #D5102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5102A

Black with #D5102A

Text Example


Text Example

White with #D5102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5102A; }

 p { color: rgb(213,16,42); }

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

background-color css

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

 a { background-color: rgb(213,16,42); }

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

border-color css

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

 span { border-color: rgb(213,16,42); }

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