Html Css Color HEX #F22C27 Red Orange

📋 copy color: '#F22C27'

red 242 ◦ green 44 ◦ blue 39

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

Shades of Red Orange #F22C27

Tints of Red Orange #F22C27

RGB

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

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

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

R = 74.46%
G = 13.54%
B = 12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F22C27 (or 0xF22C27) is known color: Red Orange. HEX triplet: F2, 2C and 27. RGB value is (242,44,39). Sum of RGB (Red+Green+Blue) = 242+44+39=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C27 is #0DD3D8. Grayscale: #666666. Windows color (decimal): -906201 or 2567410. OLE color: 2567410.

HSL color Cylindrical-coordinate representation of color #F22C27: hue angle of 1.48º 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 #F22C27 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 44 39 -
CMYK 0 0.82 0.84 0.05
HSL 1.48º 0.89% 0.55% -
HSV(B) 1.48º 0.84% 0.95% -
XYZ 37.88 20.83 3.94 -
YUV 102.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 242 44 39 0 0.82 0.84 0.05 1.48 0.89 0.55
Hex F2 2C 27 0 52 54 5 1 59 37
Octal 362 54 47 0 122 124 5 1 131 67
Binary 11110010 101100 100111 0 1010010 1010100 101 1 1011001 110111

Color Harmonies of #F22C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22C27

Black with #F22C27

Text Example


Text Example

White with #F22C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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