Html Css Color HEX #DA0527 Fire Engine Red

📋 copy color: '#DA0527'

red 218 ◦ green 5 ◦ blue 39

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

Shades of Fire Engine Red #DA0527

Tints of Fire Engine Red #DA0527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 83.21%
G = 1.91%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA0527 (or 0xDA0527) is known color: Fire Engine Red. HEX triplet: DA, 05 and 27. RGB value is (218,5,39). Sum of RGB (Red+Green+Blue) = 218+5+39=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0527 is #25FAD8. Grayscale: #484848. Windows color (decimal): -2489049 or 2557402. OLE color: 2557402.

HSL color Cylindrical-coordinate representation of color #DA0527: hue angle of 350.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0527 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 5 39 -
CMYK 0 0.98 0.82 0.15
HSL 350.42º 0.96% 0.44% -
HSV(B) 350.42º 0.98% 0.85% -
XYZ 29.33 15.16 3.3 -
YUV 72.56 109.07 231.74 -
System Red Green Blue C M Y K H S L
Decimal 218 5 39 0 0.98 0.82 0.15 350.42 0.96 0.44
Hex DA 5 27 0 62 52 F 15E 60 2C
Octal 332 5 47 0 142 122 17 536 140 54
Binary 11011010 101 100111 0 1100010 1010010 1111 101011110 1100000 101100

Color Harmonies of #DA0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0527

Black with #DA0527

Text Example


Text Example

White with #DA0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0527; }

 p { color: rgb(218,5,39); }

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

background-color css

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

 a { background-color: rgb(218,5,39); }

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

border-color css

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

 span { border-color: rgb(218,5,39); }

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