Html Css Color HEX #DA0A23 Fire Engine Red

📋 copy color: '#DA0A23'

red 218 ◦ green 10 ◦ blue 35

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

Shades of Fire Engine Red #DA0A23

Tints of Fire Engine Red #DA0A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 82.89%
G = 3.8%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA0A23 (or 0xDA0A23) is known color: Fire Engine Red. HEX triplet: DA, 0A and 23. RGB value is (218,10,35). Sum of RGB (Red+Green+Blue) = 218+10+35=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A23 is #25F5DC. Grayscale: #4B4B4B. Windows color (decimal): -2487773 or 2296538. OLE color: 2296538.

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

Color convert

RGB 218 10 35 -
CMYK 0 0.95 0.84 0.15
HSL 352.79º 0.91% 0.45% -
HSV(B) 352.79º 0.95% 0.85% -
XYZ 29.33 15.24 2.99 -
YUV 75.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 218 10 35 0 0.95 0.84 0.15 352.79 0.91 0.45
Hex DA A 23 0 5F 54 F 161 5B 2D
Octal 332 12 43 0 137 124 17 541 133 55
Binary 11011010 1010 100011 0 1011111 1010100 1111 101100001 1011011 101101

Color Harmonies of #DA0A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0A23

Black with #DA0A23

Text Example


Text Example

White with #DA0A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0A23; }

 p { color: rgb(218,10,35); }

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

background-color css

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

 a { background-color: rgb(218,10,35); }

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

border-color css

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

 span { border-color: rgb(218,10,35); }

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