Html Css Color HEX #F12422 Red Orange

📋 copy color: '#F12422'

red 241 ◦ green 36 ◦ blue 34

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

Shades of Red Orange #F12422

Tints of Red Orange #F12422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.58%

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

R = 77.49%
G = 11.58%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F12422 (or 0xF12422) is known color: Red Orange. HEX triplet: F1, 24 and 22. RGB value is (241,36,34). Sum of RGB (Red+Green+Blue) = 241+36+34=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F12422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12422 is #0EDBDD. Grayscale: #616161. Windows color (decimal): -973790 or 2237681. OLE color: 2237681.

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

Color convert

RGB 241 36 34 -
CMYK 0 0.85 0.86 0.05
HSL 0.58º 0.88% 0.54% -
HSV(B) 0.58º 0.86% 0.95% -
XYZ 37.2 20.08 3.43 -
YUV 97.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 241 36 34 0 0.85 0.86 0.05 0.58 0.88 0.54
Hex F1 24 22 0 55 56 5 1 58 36
Octal 361 44 42 0 125 126 5 1 130 66
Binary 11110001 100100 100010 0 1010101 1010110 101 1 1011000 110110

Color Harmonies of #F12422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12422

Black with #F12422

Text Example


Text Example

White with #F12422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12422; }

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

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

background-color css

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

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

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

border-color css

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

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

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