Html Css Color HEX #F2271F Red Orange

📋 copy color: '#F2271F'

red 242 ◦ green 39 ◦ blue 31

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

Shades of Red Orange #F2271F

Tints of Red Orange #F2271F

RGB

 RED value IS 242 (94.92% from 255) = 77.56%

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

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 77.56%
G = 12.5%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2271F (or 0xF2271F) is known color: Red Orange. HEX triplet: F2, 27 and 1F. RGB value is (242,39,31). Sum of RGB (Red+Green+Blue) = 242+39+31=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F2271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2271F is #0DD8E0. Grayscale: #636363. Windows color (decimal): -907489 or 2041842. OLE color: 2041842.

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

Color convert

RGB 242 39 31 -
CMYK 0 0.84 0.87 0.05
HSL 2.27º 0.89% 0.54% -
HSV(B) 2.27º 0.87% 0.95% -
XYZ 37.59 20.43 3.26 -
YUV 98.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 242 39 31 0 0.84 0.87 0.05 2.27 0.89 0.54
Hex F2 27 1F 0 54 57 5 2 59 36
Octal 362 47 37 0 124 127 5 2 131 66
Binary 11110010 100111 11111 0 1010100 1010111 101 10 1011001 110110

Color Harmonies of #F2271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2271F

Black with #F2271F

Text Example


Text Example

White with #F2271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2271F; }

 p { color: rgb(242,39,31); }

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

background-color css

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

 a { background-color: rgb(242,39,31); }

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

border-color css

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

 span { border-color: rgb(242,39,31); }

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