Html Css Color HEX #ED0615 Fire Engine Red

📋 copy color: '#ED0615'

red 237 ◦ green 6 ◦ blue 21

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

Shades of Fire Engine Red #ED0615

Tints of Fire Engine Red #ED0615

RGB

 RED value IS 237 (92.97% from 255) = 89.77%

 GREEN value IS 6 (2.73% from 255) = 2.27%

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 89.77%
G = 2.27%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED0615 (or 0xED0615) is known color: Fire Engine Red. HEX triplet: ED, 06 and 15. RGB value is (237,6,21). Sum of RGB (Red+Green+Blue) = 237+6+21=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0615 is #12F9EA. Grayscale: #4C4C4C. Windows color (decimal): -1243627 or 1378029. OLE color: 1378029.

HSL color Cylindrical-coordinate representation of color #ED0615: hue angle of 356.1º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0615 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 21 -
CMYK 0 0.97 0.91 0.07
HSL 356.1º 0.95% 0.48% -
HSV(B) 356.1º 0.97% 0.93% -
XYZ 35.13 18.19 2.37 -
YUV 76.78 96.53 242.28 -
System Red Green Blue C M Y K H S L
Decimal 237 6 21 0 0.97 0.91 0.07 356.1 0.95 0.48
Hex ED 6 15 0 61 5B 7 164 5F 30
Octal 355 6 25 0 141 133 7 544 137 60
Binary 11101101 110 10101 0 1100001 1011011 111 101100100 1011111 110000

Color Harmonies of #ED0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0615

Black with #ED0615

Text Example


Text Example

White with #ED0615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0615; }

 p { color: rgb(237,6,21); }

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

background-color css

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

 a { background-color: rgb(237,6,21); }

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

border-color css

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

 span { border-color: rgb(237,6,21); }

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