Html Css Color HEX #F22720 Red Orange

📋 copy color: '#F22720'

red 242 ◦ green 39 ◦ blue 32

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

Shades of Red Orange #F22720

Tints of Red Orange #F22720

RGB

 RED value IS 242 (94.92% from 255) = 77.32%

 GREEN value IS 39 (15.63% from 255) = 12.46%

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 77.32%
G = 12.46%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F22720 (or 0xF22720) is known color: Red Orange. HEX triplet: F2, 27 and 20. RGB value is (242,39,32). Sum of RGB (Red+Green+Blue) = 242+39+32=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F22720 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22720 is #0DD8DF. Grayscale: #636363. Windows color (decimal): -907488 or 2107378. OLE color: 2107378.

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

Color convert

RGB 242 39 32 -
CMYK 0 0.84 0.87 0.05
HSL 0.89% 0.54% -
HSV(B) 0.87% 0.95% -
XYZ 37.6 20.43 3.33 -
YUV 98.9 90.25 230.07 -
System Red Green Blue C M Y K H S L
Decimal 242 39 32 0 0.84 0.87 0.05 2 0.89 0.54
Hex F2 27 20 0 54 57 5 2 59 36
Octal 362 47 40 0 124 127 5 2 131 66
Binary 11110010 100111 100000 0 1010100 1010111 101 10 1011001 110110

Color Harmonies of #F22720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22720

Black with #F22720

Text Example


Text Example

White with #F22720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22720; }

 p { color: rgb(242,39,32); }

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

background-color css

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

 a { background-color: rgb(242,39,32); }

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

border-color css

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

 span { border-color: rgb(242,39,32); }

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