Html Css Color HEX #F1331C Red Orange

📋 copy color: '#F1331C'

red 241 ◦ green 51 ◦ blue 28

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

Shades of Red Orange #F1331C

Tints of Red Orange #F1331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 75.31%
G = 15.94%
B = 8.75%

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

#F1331C (or 0xF1331C) is known color: Red Orange. HEX triplet: F1, 33 and 1C. RGB value is (241,51,28). Sum of RGB (Red+Green+Blue) = 241+51+28=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F1331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1331C is #0ECCE3. Grayscale: #696969. Windows color (decimal): -969956 or 1848305. OLE color: 1848305.

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

Color convert

RGB 241 51 28 -
CMYK 0 0.79 0.88 0.05
HSL 6.48º 0.88% 0.53% -
HSV(B) 6.48º 0.88% 0.95% -
XYZ 37.67 21.15 3.2 -
YUV 105.19 84.45 224.87 -
System Red Green Blue C M Y K H S L
Decimal 241 51 28 0 0.79 0.88 0.05 6.48 0.88 0.53
Hex F1 33 1C 0 4F 58 5 6 58 35
Octal 361 63 34 0 117 130 5 6 130 65
Binary 11110001 110011 11100 0 1001111 1011000 101 110 1011000 110101

Color Harmonies of #F1331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1331C

Black with #F1331C

Text Example


Text Example

White with #F1331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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