Html Css Color HEX #F1331E Red Orange

📋 copy color: '#F1331E'

red 241 ◦ green 51 ◦ blue 30

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

Shades of Red Orange #F1331E

Tints of Red Orange #F1331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 74.84%
G = 15.84%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1331E (or 0xF1331E) is known color: Red Orange. HEX triplet: F1, 33 and 1E. RGB value is (241,51,30). Sum of RGB (Red+Green+Blue) = 241+51+30=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1331E is #0ECCE1. Grayscale: #696969. Windows color (decimal): -969954 or 1979377. OLE color: 1979377.

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

Color convert

RGB 241 51 30 -
CMYK 0 0.79 0.88 0.05
HSL 5.97º 0.88% 0.53% -
HSV(B) 5.97º 0.88% 0.95% -
XYZ 37.69 21.16 3.33 -
YUV 105.42 85.45 224.71 -
System Red Green Blue C M Y K H S L
Decimal 241 51 30 0 0.79 0.88 0.05 5.97 0.88 0.53
Hex F1 33 1E 0 4F 58 5 6 58 35
Octal 361 63 36 0 117 130 5 6 130 65
Binary 11110001 110011 11110 0 1001111 1011000 101 110 1011000 110101

Color Harmonies of #F1331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1331E

Black with #F1331E

Text Example


Text Example

White with #F1331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1331E; }

 p { color: rgb(241,51,30); }

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

background-color css

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

 a { background-color: rgb(241,51,30); }

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

border-color css

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

 span { border-color: rgb(241,51,30); }

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