Html Css Color HEX #F02827 Red Orange

📋 copy color: '#F02827'

red 240 ◦ green 40 ◦ blue 39

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

Shades of Red Orange #F02827

Tints of Red Orange #F02827

RGB

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

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

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

R = 75.24%
G = 12.54%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F02827 (or 0xF02827) is known color: Red Orange. HEX triplet: F0, 28 and 27. RGB value is (240,40,39). Sum of RGB (Red+Green+Blue) = 240+40+39=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F02827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02827 is #0FD7D8. Grayscale: #636363. Windows color (decimal): -1038297 or 2566384. OLE color: 2566384.

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

Color convert

RGB 240 40 39 -
CMYK 0 0.83 0.84 0.06
HSL 0.3º 0.87% 0.55% -
HSV(B) 0.3º 0.84% 0.94% -
XYZ 37.06 20.19 3.86 -
YUV 99.69 93.76 228.08 -
System Red Green Blue C M Y K H S L
Decimal 240 40 39 0 0.83 0.84 0.06 0.3 0.87 0.55
Hex F0 28 27 0 53 54 6 0 57 37
Octal 360 50 47 0 123 124 6 0 127 67
Binary 11110000 101000 100111 0 1010011 1010100 110 0 1010111 110111

Color Harmonies of #F02827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02827

Black with #F02827

Text Example


Text Example

White with #F02827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02827; }

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

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

background-color css

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

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

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

border-color css

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

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

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