Html Css Color HEX #DA0D25 Fire Engine Red

📋 copy color: '#DA0D25'

red 218 ◦ green 13 ◦ blue 37

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

Shades of Fire Engine Red #DA0D25

Tints of Fire Engine Red #DA0D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 81.34%
G = 4.85%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0D25 (or 0xDA0D25) is known color: Fire Engine Red. HEX triplet: DA, 0D and 25. RGB value is (218,13,37). Sum of RGB (Red+Green+Blue) = 218+13+37=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D25 is #25F2DA. Grayscale: #4D4D4D. Windows color (decimal): -2487003 or 2428378. OLE color: 2428378.

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

Color convert

RGB 218 13 37 -
CMYK 0 0.94 0.83 0.15
HSL 352.98º 0.89% 0.45% -
HSV(B) 352.98º 0.94% 0.85% -
XYZ 29.39 15.33 3.16 -
YUV 77.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 218 13 37 0 0.94 0.83 0.15 352.98 0.89 0.45
Hex DA D 25 0 5E 53 F 161 59 2D
Octal 332 15 45 0 136 123 17 541 131 55
Binary 11011010 1101 100101 0 1011110 1010011 1111 101100001 1011001 101101

Color Harmonies of #DA0D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D25

Black with #DA0D25

Text Example


Text Example

White with #DA0D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D25; }

 p { color: rgb(218,13,37); }

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

background-color css

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

 a { background-color: rgb(218,13,37); }

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

border-color css

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

 span { border-color: rgb(218,13,37); }

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