Html Css Color HEX #DA0328 Fire Engine Red

📋 copy color: '#DA0328'

red 218 ◦ green 3 ◦ blue 40

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

Shades of Fire Engine Red #DA0328

Tints of Fire Engine Red #DA0328

RGB

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

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

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

R = 83.52%
G = 1.15%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA0328 (or 0xDA0328) is known color: Fire Engine Red. HEX triplet: DA, 03 and 28. RGB value is (218,3,40). Sum of RGB (Red+Green+Blue) = 218+3+40=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0328 is #25FCD7. Grayscale: #474747. Windows color (decimal): -2489560 or 2622426. OLE color: 2622426.

HSL color Cylindrical-coordinate representation of color #DA0328: hue angle of 349.67º 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 #DA0328 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 40 -
CMYK 0 0.99 0.82 0.15
HSL 349.67º 0.97% 0.43% -
HSV(B) 349.67º 0.99% 0.85% -
XYZ 29.33 15.12 3.38 -
YUV 71.5 110.23 232.49 -
System Red Green Blue C M Y K H S L
Decimal 218 3 40 0 0.99 0.82 0.15 349.67 0.97 0.43
Hex DA 3 28 0 63 52 F 15E 61 2B
Octal 332 3 50 0 143 122 17 536 141 53
Binary 11011010 11 101000 0 1100011 1010010 1111 101011110 1100001 101011

Color Harmonies of #DA0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0328

Black with #DA0328

Text Example


Text Example

White with #DA0328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0328; }

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

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

background-color css

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

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

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

border-color css

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

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

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