Html Css Color HEX #F02825 Red Orange

📋 copy color: '#F02825'

red 240 ◦ green 40 ◦ blue 37

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

Shades of Red Orange #F02825

Tints of Red Orange #F02825

RGB

 RED value IS 240 (94.14% from 255) = 75.71%

 GREEN value IS 40 (16.02% from 255) = 12.62%

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

R = 75.71%
G = 12.62%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F02825 (or 0xF02825) is known color: Red Orange. HEX triplet: F0, 28 and 25. RGB value is (240,40,37). Sum of RGB (Red+Green+Blue) = 240+40+37=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F02825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02825 is #0FD7DA. Grayscale: #636363. Windows color (decimal): -1038299 or 2435312. OLE color: 2435312.

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

Color convert

RGB 240 40 37 -
CMYK 0 0.83 0.85 0.06
HSL 0.89º 0.87% 0.54% -
HSV(B) 0.89º 0.85% 0.94% -
XYZ 37.03 20.18 3.69 -
YUV 99.46 92.76 228.24 -
System Red Green Blue C M Y K H S L
Decimal 240 40 37 0 0.83 0.85 0.06 0.89 0.87 0.54
Hex F0 28 25 0 53 55 6 1 57 36
Octal 360 50 45 0 123 125 6 1 127 66
Binary 11110000 101000 100101 0 1010011 1010101 110 1 1010111 110110

Color Harmonies of #F02825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02825

Black with #F02825

Text Example


Text Example

White with #F02825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02825; }

 p { color: rgb(240,40,37); }

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

background-color css

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

 a { background-color: rgb(240,40,37); }

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

border-color css

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

 span { border-color: rgb(240,40,37); }

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