Html Css Color HEX #F22C22 Red Orange

📋 copy color: '#F22C22'

red 242 ◦ green 44 ◦ blue 34

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

Shades of Red Orange #F22C22

Tints of Red Orange #F22C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.75%

 BLUE value IS 34 (13.67% from 255) = 10.63%

R = 75.63%
G = 13.75%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F22C22 (or 0xF22C22) is known color: Red Orange. HEX triplet: F2, 2C and 22. RGB value is (242,44,34). Sum of RGB (Red+Green+Blue) = 242+44+34=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C22 is #0DD3DD. Grayscale: #666666. Windows color (decimal): -906206 or 2239730. OLE color: 2239730.

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

Color convert

RGB 242 44 34 -
CMYK 0 0.82 0.86 0.05
HSL 2.88º 0.89% 0.54% -
HSV(B) 2.88º 0.86% 0.95% -
XYZ 37.81 20.79 3.53 -
YUV 102.06 89.6 227.81 -
System Red Green Blue C M Y K H S L
Decimal 242 44 34 0 0.82 0.86 0.05 2.88 0.89 0.54
Hex F2 2C 22 0 52 56 5 3 59 36
Octal 362 54 42 0 122 126 5 3 131 66
Binary 11110010 101100 100010 0 1010010 1010110 101 11 1011001 110110

Color Harmonies of #F22C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22C22

Black with #F22C22

Text Example


Text Example

White with #F22C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22C22; }

 p { color: rgb(242,44,34); }

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

background-color css

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

 a { background-color: rgb(242,44,34); }

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

border-color css

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

 span { border-color: rgb(242,44,34); }

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