Html Css Color HEX #D6152C Fire Engine Red

📋 copy color: '#D6152C'

red 214 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #D6152C

Tints of Fire Engine Red #D6152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 76.7%
G = 7.53%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6152C (or 0xD6152C) is known color: Fire Engine Red. HEX triplet: D6, 15 and 2C. RGB value is (214,21,44). Sum of RGB (Red+Green+Blue) = 214+21+44=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6152C is #29EAD3. Grayscale: #515151. Windows color (decimal): -2747092 or 2889174. OLE color: 2889174.

HSL color Cylindrical-coordinate representation of color #D6152C: hue angle of 352.85º 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 #D6152C is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 44 -
CMYK 0 0.90 0.79 0.16
HSL 352.85º 0.82% 0.46% -
HSV(B) 352.85º 0.9% 0.84% -
XYZ 28.45 15.01 3.78 -
YUV 81.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 214 21 44 0 0.90 0.79 0.16 352.85 0.82 0.46
Hex D6 15 2C 0 5A 4F 10 161 52 2E
Octal 326 25 54 0 132 117 20 541 122 56
Binary 11010110 10101 101100 0 1011010 1001111 10000 101100001 1010010 101110

Color Harmonies of #D6152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6152C

Black with #D6152C

Text Example


Text Example

White with #D6152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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