Html Css Color HEX #F12820 Red Orange

📋 copy color: '#F12820'

red 241 ◦ green 40 ◦ blue 32

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

Shades of Red Orange #F12820

Tints of Red Orange #F12820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 77%
G = 12.78%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F12820 (or 0xF12820) is known color: Red Orange. HEX triplet: F1, 28 and 20. RGB value is (241,40,32). Sum of RGB (Red+Green+Blue) = 241+40+32=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F12820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12820 is #0ED7DF. Grayscale: #636363. Windows color (decimal): -972768 or 2107633. OLE color: 2107633.

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

Color convert

RGB 241 40 32 -
CMYK 0 0.83 0.87 0.05
HSL 2.3º 0.88% 0.54% -
HSV(B) 2.3º 0.87% 0.95% -
XYZ 37.3 20.32 3.32 -
YUV 99.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 241 40 32 0 0.83 0.87 0.05 2.3 0.88 0.54
Hex F1 28 20 0 53 57 5 2 58 36
Octal 361 50 40 0 123 127 5 2 130 66
Binary 11110001 101000 100000 0 1010011 1010111 101 10 1011000 110110

Color Harmonies of #F12820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12820

Black with #F12820

Text Example


Text Example

White with #F12820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12820; }

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

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

background-color css

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

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

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

border-color css

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

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

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