Html Css Color HEX #F12222 Red Orange

📋 copy color: '#F12222'

red 241 ◦ green 34 ◦ blue 34

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

Shades of Red Orange #F12222

Tints of Red Orange #F12222

RGB

 RED value IS 241 (94.53% from 255) = 77.99%

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

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

R = 77.99%
G = 11%
B = 11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F12222 (or 0xF12222) is known color: Red Orange. HEX triplet: F1, 22 and 22. RGB value is (241,34,34). Sum of RGB (Red+Green+Blue) = 241+34+34=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F12222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12222 is #0EDDDD. Grayscale: #606060. Windows color (decimal): -974302 or 2237169. OLE color: 2237169.

HSL color Cylindrical-coordinate representation of color #F12222: hue angle of 0º degrees, saturation: 0.88, 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 #F12222 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 34 34 -
CMYK 0 0.86 0.86 0.05
HSL 0.88% 0.54% -
HSV(B) 0.86% 0.95% -
XYZ 37.14 19.96 3.41 -
YUV 95.89 93.08 231.5 -
System Red Green Blue C M Y K H S L
Decimal 241 34 34 0 0.86 0.86 0.05 0 0.88 0.54
Hex F1 22 22 0 56 56 5 0 58 36
Octal 361 42 42 0 126 126 5 0 130 66
Binary 11110001 100010 100010 0 1010110 1010110 101 0 1011000 110110

Color Harmonies of #F12222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12222

Black with #F12222

Text Example


Text Example

White with #F12222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12222; }

 p { color: rgb(241,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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