Html Css Color HEX #F02221 Red Orange

📋 copy color: '#F02221'

red 240 ◦ green 34 ◦ blue 33

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

Shades of Red Orange #F02221

Tints of Red Orange #F02221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.07%

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 78.18%
G = 11.07%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F02221 (or 0xF02221) is known color: Red Orange. HEX triplet: F0, 22 and 21. RGB value is (240,34,33). Sum of RGB (Red+Green+Blue) = 240+34+33=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F02221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02221 is #0FDDDE. Grayscale: #5F5F5F. Windows color (decimal): -1039839 or 2171632. OLE color: 2171632.

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

Color convert

RGB 240 34 33 -
CMYK 0 0.86 0.86 0.06
HSL 0.29º 0.87% 0.54% -
HSV(B) 0.29º 0.86% 0.94% -
XYZ 36.78 19.78 3.32 -
YUV 95.48 92.75 231.08 -
System Red Green Blue C M Y K H S L
Decimal 240 34 33 0 0.86 0.86 0.06 0.29 0.87 0.54
Hex F0 22 21 0 56 56 6 0 57 36
Octal 360 42 41 0 126 126 6 0 127 66
Binary 11110000 100010 100001 0 1010110 1010110 110 0 1010111 110110

Color Harmonies of #F02221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02221

Black with #F02221

Text Example


Text Example

White with #F02221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02221; }

 p { color: rgb(240,34,33); }

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

background-color css

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

 a { background-color: rgb(240,34,33); }

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

border-color css

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

 span { border-color: rgb(240,34,33); }

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