Html Css Color HEX #F12824 Red Orange

📋 copy color: '#F12824'

red 241 ◦ green 40 ◦ blue 36

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

Shades of Red Orange #F12824

Tints of Red Orange #F12824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

 BLUE value IS 36 (14.45% from 255) = 11.36%

R = 76.03%
G = 12.62%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12824 (or 0xF12824) is known color: Red Orange. HEX triplet: F1, 28 and 24. RGB value is (241,40,36). Sum of RGB (Red+Green+Blue) = 241+40+36=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F12824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12824 is #0ED7DB. Grayscale: #636363. Windows color (decimal): -972764 or 2369777. OLE color: 2369777.

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

Color convert

RGB 241 40 36 -
CMYK 0 0.83 0.85 0.05
HSL 1.17º 0.88% 0.54% -
HSV(B) 1.17º 0.85% 0.95% -
XYZ 37.35 20.35 3.63 -
YUV 99.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 241 40 36 0 0.83 0.85 0.05 1.17 0.88 0.54
Hex F1 28 24 0 53 55 5 1 58 36
Octal 361 50 44 0 123 125 5 1 130 66
Binary 11110001 101000 100100 0 1010011 1010101 101 1 1011000 110110

Color Harmonies of #F12824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12824

Black with #F12824

Text Example


Text Example

White with #F12824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12824; }

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

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

background-color css

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

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

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

border-color css

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

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

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