Html Css Color HEX #DA0326 Fire Engine Red

📋 copy color: '#DA0326'

red 218 ◦ green 3 ◦ blue 38

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

Shades of Fire Engine Red #DA0326

Tints of Fire Engine Red #DA0326

RGB

 RED value IS 218 (85.55% from 255) = 84.17%

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 84.17%
G = 1.16%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0326 (or 0xDA0326) is known color: Fire Engine Red. HEX triplet: DA, 03 and 26. RGB value is (218,3,38). Sum of RGB (Red+Green+Blue) = 218+3+38=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0326 is #25FCD9. Grayscale: #474747. Windows color (decimal): -2489562 or 2491354. OLE color: 2491354.

HSL color Cylindrical-coordinate representation of color #DA0326: hue angle of 350.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0326 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 38 -
CMYK 0 0.99 0.83 0.15
HSL 350.23º 0.97% 0.43% -
HSV(B) 350.23º 0.99% 0.85% -
XYZ 29.3 15.11 3.21 -
YUV 71.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 218 3 38 0 0.99 0.83 0.15 350.23 0.97 0.43
Hex DA 3 26 0 63 53 F 15E 61 2B
Octal 332 3 46 0 143 123 17 536 141 53
Binary 11011010 11 100110 0 1100011 1010011 1111 101011110 1100001 101011

Color Harmonies of #DA0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0326

Black with #DA0326

Text Example


Text Example

White with #DA0326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0326; }

 p { color: rgb(218,3,38); }

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

background-color css

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

 a { background-color: rgb(218,3,38); }

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

border-color css

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

 span { border-color: rgb(218,3,38); }

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