Html Css Color HEX #F12423 Red Orange

📋 copy color: '#F12423'

red 241 ◦ green 36 ◦ blue 35

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

Shades of Red Orange #F12423

Tints of Red Orange #F12423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.22%

R = 77.24%
G = 11.54%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12423 (or 0xF12423) is known color: Red Orange. HEX triplet: F1, 24 and 23. RGB value is (241,36,35). Sum of RGB (Red+Green+Blue) = 241+36+35=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F12423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12423 is #0EDBDC. Grayscale: #616161. Windows color (decimal): -973789 or 2303217. OLE color: 2303217.

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

Color convert

RGB 241 36 35 -
CMYK 0 0.85 0.85 0.05
HSL 0.29º 0.88% 0.54% -
HSV(B) 0.29º 0.85% 0.95% -
XYZ 37.21 20.08 3.51 -
YUV 97.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 241 36 35 0 0.85 0.85 0.05 0.29 0.88 0.54
Hex F1 24 23 0 55 55 5 0 58 36
Octal 361 44 43 0 125 125 5 0 130 66
Binary 11110001 100100 100011 0 1010101 1010101 101 0 1011000 110110

Color Harmonies of #F12423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12423

Black with #F12423

Text Example


Text Example

White with #F12423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12423; }

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

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

background-color css

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

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

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

border-color css

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

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

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