Html Css Color HEX #D62628 Fire Engine Red

📋 copy color: '#D62628'

red 214 ◦ green 38 ◦ blue 40

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

Shades of Fire Engine Red #D62628

Tints of Fire Engine Red #D62628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 73.29%
G = 13.01%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D62628 (or 0xD62628) is known color: Fire Engine Red. HEX triplet: D6, 26 and 28. RGB value is (214,38,40). Sum of RGB (Red+Green+Blue) = 214+38+40=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D62628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62628 is #29D9D7. Grayscale: #5B5B5B. Windows color (decimal): -2742744 or 2631382. OLE color: 2631382.

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

Color convert

RGB 214 38 40 -
CMYK 0 0.82 0.81 0.16
HSL 359.32º 0.7% 0.49% -
HSV(B) 359.32º 0.82% 0.84% -
XYZ 28.81 15.84 3.55 -
YUV 90.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 214 38 40 0 0.82 0.81 0.16 359.32 0.7 0.49
Hex D6 26 28 0 52 51 10 167 46 31
Octal 326 46 50 0 122 121 20 547 106 61
Binary 11010110 100110 101000 0 1010010 1010001 10000 101100111 1000110 110001

Color Harmonies of #D62628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62628

Black with #D62628

Text Example


Text Example

White with #D62628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62628; }

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

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

background-color css

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

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

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

border-color css

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

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

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