Html Css Color HEX #D61326 Fire Engine Red

📋 copy color: '#D61326'

red 214 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #D61326

Tints of Fire Engine Red #D61326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 78.97%
G = 7.01%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61326 (or 0xD61326) is known color: Fire Engine Red. HEX triplet: D6, 13 and 26. RGB value is (214,19,38). Sum of RGB (Red+Green+Blue) = 214+19+38=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61326 is #29ECD9. Grayscale: #4F4F4F. Windows color (decimal): -2747610 or 2495446. OLE color: 2495446.

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

Color convert

RGB 214 19 38 -
CMYK 0 0.91 0.82 0.16
HSL 354.15º 0.84% 0.46% -
HSV(B) 354.15º 0.91% 0.84% -
XYZ 28.31 14.9 3.22 -
YUV 79.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 214 19 38 0 0.91 0.82 0.16 354.15 0.84 0.46
Hex D6 13 26 0 5B 52 10 162 54 2E
Octal 326 23 46 0 133 122 20 542 124 56
Binary 11010110 10011 100110 0 1011011 1010010 10000 101100010 1010100 101110

Color Harmonies of #D61326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61326

Black with #D61326

Text Example


Text Example

White with #D61326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61326; }

 p { color: rgb(214,19,38); }

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

background-color css

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

 a { background-color: rgb(214,19,38); }

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

border-color css

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

 span { border-color: rgb(214,19,38); }

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