Html Css Color HEX #D61022 Fire Engine Red

📋 copy color: '#D61022'

red 214 ◦ green 16 ◦ blue 34

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

Shades of Fire Engine Red #D61022

Tints of Fire Engine Red #D61022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.88%

R = 81.06%
G = 6.06%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D61022 (or 0xD61022) is known color: Fire Engine Red. HEX triplet: D6, 10 and 22. RGB value is (214,16,34). Sum of RGB (Red+Green+Blue) = 214+16+34=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D61022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61022 is #29EFDD. Grayscale: #4D4D4D. Windows color (decimal): -2748382 or 2232534. OLE color: 2232534.

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

Color convert

RGB 214 16 34 -
CMYK 0 0.93 0.84 0.16
HSL 354.55º 0.86% 0.45% -
HSV(B) 354.55º 0.93% 0.84% -
XYZ 28.21 14.78 2.88 -
YUV 77.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 214 16 34 0 0.93 0.84 0.16 354.55 0.86 0.45
Hex D6 10 22 0 5D 54 10 163 56 2D
Octal 326 20 42 0 135 124 20 543 126 55
Binary 11010110 10000 100010 0 1011101 1010100 10000 101100011 1010110 101101

Color Harmonies of #D61022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61022

Black with #D61022

Text Example


Text Example

White with #D61022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61022; }

 p { color: rgb(214,16,34); }

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

background-color css

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

 a { background-color: rgb(214,16,34); }

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

border-color css

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

 span { border-color: rgb(214,16,34); }

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