Html Css Color HEX #D61423 Fire Engine Red

📋 copy color: '#D61423'

red 214 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #D61423

Tints of Fire Engine Red #D61423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.01%

R = 79.55%
G = 7.43%
B = 13.01%

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

#D61423 (or 0xD61423) is known color: Fire Engine Red. HEX triplet: D6, 14 and 23. RGB value is (214,20,35). Sum of RGB (Red+Green+Blue) = 214+20+35=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D61423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61423 is #29EBDC. Grayscale: #4F4F4F. Windows color (decimal): -2747357 or 2299094. OLE color: 2299094.

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

Color convert

RGB 214 20 35 -
CMYK 0 0.91 0.84 0.16
HSL 355.36º 0.83% 0.46% -
HSV(B) 355.36º 0.91% 0.84% -
XYZ 28.29 14.92 2.98 -
YUV 79.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 214 20 35 0 0.91 0.84 0.16 355.36 0.83 0.46
Hex D6 14 23 0 5B 54 10 163 53 2E
Octal 326 24 43 0 133 124 20 543 123 56
Binary 11010110 10100 100011 0 1011011 1010100 10000 101100011 1010011 101110

Color Harmonies of #D61423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61423

Black with #D61423

Text Example


Text Example

White with #D61423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61423; }

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

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

background-color css

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

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

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

border-color css

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

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

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