Html Css Color HEX #F1451A Orange Red

📋 copy color: '#F1451A'

red 241 ◦ green 69 ◦ blue 26

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

Shades of Orange Red #F1451A

Tints of Orange Red #F1451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

 BLUE value IS 26 (10.55% from 255) = 7.74%

R = 71.73%
G = 20.54%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1451A (or 0xF1451A) is known color: Orange Red. HEX triplet: F1, 45 and 1A. RGB value is (241,69,26). Sum of RGB (Red+Green+Blue) = 241+69+26=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1451A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1451A is #0EBAE5. Grayscale: #737373. Windows color (decimal): -965350 or 1721841. OLE color: 1721841.

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

Color convert

RGB 241 69 26 -
CMYK 0 0.71 0.89 0.05
HSL 12º 0.88% 0.52% -
HSV(B) 12º 0.89% 0.95% -
XYZ 38.59 23.03 3.39 -
YUV 115.53 77.48 217.5 -
System Red Green Blue C M Y K H S L
Decimal 241 69 26 0 0.71 0.89 0.05 12 0.88 0.52
Hex F1 45 1A 0 47 59 5 C 58 34
Octal 361 105 32 0 107 131 5 14 130 64
Binary 11110001 1000101 11010 0 1000111 1011001 101 1100 1011000 110100

Color Harmonies of #F1451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1451A

Black with #F1451A

Text Example


Text Example

White with #F1451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1451A; }

 p { color: rgb(241,69,26); }

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

background-color css

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

 a { background-color: rgb(241,69,26); }

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

border-color css

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

 span { border-color: rgb(241,69,26); }

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