Html Css Color HEX #F12826 Red Orange

📋 copy color: '#F12826'

red 241 ◦ green 40 ◦ blue 38

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

Shades of Red Orange #F12826

Tints of Red Orange #F12826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.91%

R = 75.55%
G = 12.54%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F12826 (or 0xF12826) is known color: Red Orange. HEX triplet: F1, 28 and 26. RGB value is (241,40,38). Sum of RGB (Red+Green+Blue) = 241+40+38=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F12826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12826 is #0ED7D9. Grayscale: #646464. Windows color (decimal): -972762 or 2500849. OLE color: 2500849.

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

Color convert

RGB 241 40 38 -
CMYK 0 0.83 0.84 0.05
HSL 0.59º 0.88% 0.55% -
HSV(B) 0.59º 0.84% 0.95% -
XYZ 37.38 20.36 3.79 -
YUV 99.87 93.09 228.66 -
System Red Green Blue C M Y K H S L
Decimal 241 40 38 0 0.83 0.84 0.05 0.59 0.88 0.55
Hex F1 28 26 0 53 54 5 1 58 37
Octal 361 50 46 0 123 124 5 1 130 67
Binary 11110001 101000 100110 0 1010011 1010100 101 1 1011000 110111

Color Harmonies of #F12826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12826

Black with #F12826

Text Example


Text Example

White with #F12826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12826; }

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

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

background-color css

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

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

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

border-color css

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

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

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