Html Css Color HEX #D6152A Fire Engine Red

📋 copy color: '#D6152A'

red 214 ◦ green 21 ◦ blue 42

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

Shades of Fire Engine Red #D6152A

Tints of Fire Engine Red #D6152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

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

R = 77.26%
G = 7.58%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6152A (or 0xD6152A) is known color: Fire Engine Red. HEX triplet: D6, 15 and 2A. RGB value is (214,21,42). Sum of RGB (Red+Green+Blue) = 214+21+42=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D6152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6152A is #29EAD5. Grayscale: #515151. Windows color (decimal): -2747094 or 2758102. OLE color: 2758102.

HSL color Cylindrical-coordinate representation of color #D6152A: hue angle of 353.47º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6152A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 42 -
CMYK 0 0.90 0.80 0.16
HSL 353.47º 0.82% 0.46% -
HSV(B) 353.47º 0.9% 0.84% -
XYZ 28.42 15 3.59 -
YUV 81.1 105.94 222.79 -
System Red Green Blue C M Y K H S L
Decimal 214 21 42 0 0.90 0.80 0.16 353.47 0.82 0.46
Hex D6 15 2A 0 5A 50 10 161 52 2E
Octal 326 25 52 0 132 120 20 541 122 56
Binary 11010110 10101 101010 0 1011010 1010000 10000 101100001 1010010 101110

Color Harmonies of #D6152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6152A

Black with #D6152A

Text Example


Text Example

White with #D6152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6152A; }

 p { color: rgb(214,21,42); }

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

background-color css

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

 a { background-color: rgb(214,21,42); }

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

border-color css

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

 span { border-color: rgb(214,21,42); }

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