Html Css Color HEX #D61422 Fire Engine Red

📋 copy color: '#D61422'

red 214 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #D61422

Tints of Fire Engine Red #D61422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 79.85%
G = 7.46%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D61422 (or 0xD61422) is known color: Fire Engine Red. HEX triplet: D6, 14 and 22. RGB value is (214,20,34). Sum of RGB (Red+Green+Blue) = 214+20+34=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D61422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61422 is #29EBDD. Grayscale: #4F4F4F. Windows color (decimal): -2747358 or 2233558. OLE color: 2233558.

HSL color Cylindrical-coordinate representation of color #D61422: hue angle of 355.67º degrees, saturation: 0.83, 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 #D61422 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 34 -
CMYK 0 0.91 0.84 0.16
HSL 355.67º 0.83% 0.46% -
HSV(B) 355.67º 0.91% 0.84% -
XYZ 28.27 14.91 2.9 -
YUV 79.6 102.27 223.86 -
System Red Green Blue C M Y K H S L
Decimal 214 20 34 0 0.91 0.84 0.16 355.67 0.83 0.46
Hex D6 14 22 0 5B 54 10 164 53 2E
Octal 326 24 42 0 133 124 20 544 123 56
Binary 11010110 10100 100010 0 1011011 1010100 10000 101100100 1010011 101110

Color Harmonies of #D61422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61422

Black with #D61422

Text Example


Text Example

White with #D61422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61422; }

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

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

background-color css

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

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

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

border-color css

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

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

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