Html Css Color HEX #F22E27 Red Orange

📋 copy color: '#F22E27'

red 242 ◦ green 46 ◦ blue 39

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

Shades of Red Orange #F22E27

Tints of Red Orange #F22E27

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.07%

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

R = 74.01%
G = 14.07%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F22E27 (or 0xF22E27) is known color: Red Orange. HEX triplet: F2, 2E and 27. RGB value is (242,46,39). Sum of RGB (Red+Green+Blue) = 242+46+39=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22E27 is #0DD1D8. Grayscale: #686868. Windows color (decimal): -905689 or 2567922. OLE color: 2567922.

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

Color convert

RGB 242 46 39 -
CMYK 0 0.81 0.84 0.05
HSL 2.07º 0.89% 0.55% -
HSV(B) 2.07º 0.84% 0.95% -
XYZ 37.96 20.98 3.97 -
YUV 103.81 91.43 226.57 -
System Red Green Blue C M Y K H S L
Decimal 242 46 39 0 0.81 0.84 0.05 2.07 0.89 0.55
Hex F2 2E 27 0 51 54 5 2 59 37
Octal 362 56 47 0 121 124 5 2 131 67
Binary 11110010 101110 100111 0 1010001 1010100 101 10 1011001 110111

Color Harmonies of #F22E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22E27

Black with #F22E27

Text Example


Text Example

White with #F22E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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