Html Css Color HEX #F12721 Red Orange

📋 copy color: '#F12721'

red 241 ◦ green 39 ◦ blue 33

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

Shades of Red Orange #F12721

Tints of Red Orange #F12721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 77%
G = 12.46%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F12721 (or 0xF12721) is known color: Red Orange. HEX triplet: F1, 27 and 21. RGB value is (241,39,33). Sum of RGB (Red+Green+Blue) = 241+39+33=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F12721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12721 is #0ED8DE. Grayscale: #626262. Windows color (decimal): -973023 or 2172913. OLE color: 2172913.

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

Color convert

RGB 241 39 33 -
CMYK 0 0.84 0.86 0.05
HSL 1.73º 0.88% 0.54% -
HSV(B) 1.73º 0.86% 0.95% -
XYZ 37.28 20.26 3.39 -
YUV 98.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 241 39 33 0 0.84 0.86 0.05 1.73 0.88 0.54
Hex F1 27 21 0 54 56 5 2 58 36
Octal 361 47 41 0 124 126 5 2 130 66
Binary 11110001 100111 100001 0 1010100 1010110 101 10 1011000 110110

Color Harmonies of #F12721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12721

Black with #F12721

Text Example


Text Example

White with #F12721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12721; }

 p { color: rgb(241,39,33); }

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

background-color css

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

 a { background-color: rgb(241,39,33); }

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

border-color css

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

 span { border-color: rgb(241,39,33); }

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