Html Css Color HEX #D62328 Fire Engine Red

📋 copy color: '#D62328'

red 214 ◦ green 35 ◦ blue 40

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

Shades of Fire Engine Red #D62328

Tints of Fire Engine Red #D62328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

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

R = 74.05%
G = 12.11%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D62328 (or 0xD62328) is known color: Fire Engine Red. HEX triplet: D6, 23 and 28. RGB value is (214,35,40). Sum of RGB (Red+Green+Blue) = 214+35+40=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D62328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62328 is #29DCD7. Grayscale: #595959. Windows color (decimal): -2743512 or 2630614. OLE color: 2630614.

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

Color convert

RGB 214 35 40 -
CMYK 0 0.84 0.81 0.16
HSL 358.32º 0.72% 0.49% -
HSV(B) 358.32º 0.84% 0.84% -
XYZ 28.72 15.65 3.52 -
YUV 89.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 214 35 40 0 0.84 0.81 0.16 358.32 0.72 0.49
Hex D6 23 28 0 54 51 10 166 48 31
Octal 326 43 50 0 124 121 20 546 110 61
Binary 11010110 100011 101000 0 1010100 1010001 10000 101100110 1001000 110001

Color Harmonies of #D62328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62328

Black with #D62328

Text Example


Text Example

White with #D62328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62328; }

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

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

background-color css

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

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

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

border-color css

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

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

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