Html Css Color HEX #D30E26 Fire Engine Red

📋 copy color: '#D30E26'

red 211 ◦ green 14 ◦ blue 38

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

Shades of Fire Engine Red #D30E26

Tints of Fire Engine Red #D30E26

RGB

 RED value IS 211 (82.81% from 255) = 80.23%

 GREEN value IS 14 (5.86% from 255) = 5.32%

 BLUE value IS 38 (15.23% from 255) = 14.45%

R = 80.23%
G = 5.32%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D30E26 (or 0xD30E26) is known color: Fire Engine Red. HEX triplet: D3, 0E and 26. RGB value is (211,14,38). Sum of RGB (Red+Green+Blue) = 211+14+38=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30E26 is #2CF1D9. Grayscale: #4B4B4B. Windows color (decimal): -2945498 or 2494163. OLE color: 2494163.

HSL color Cylindrical-coordinate representation of color #D30E26: hue angle of 352.69º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30E26 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 14 38 -
CMYK 0 0.93 0.82 0.17
HSL 352.69º 0.88% 0.44% -
HSV(B) 352.69º 0.93% 0.83% -
XYZ 27.37 14.3 3.15 -
YUV 75.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 211 14 38 0 0.93 0.82 0.17 352.69 0.88 0.44
Hex D3 E 26 0 5D 52 11 161 58 2C
Octal 323 16 46 0 135 122 21 541 130 54
Binary 11010011 1110 100110 0 1011101 1010010 10001 101100001 1011000 101100

Color Harmonies of #D30E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30E26

Black with #D30E26

Text Example


Text Example

White with #D30E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30E26; }

 p { color: rgb(211,14,38); }

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

background-color css

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

 a { background-color: rgb(211,14,38); }

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

border-color css

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

 span { border-color: rgb(211,14,38); }

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