Html Css Color HEX #F13A1B Red Orange

📋 copy color: '#F13A1B'

red 241 ◦ green 58 ◦ blue 27

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

Shades of Red Orange #F13A1B

Tints of Red Orange #F13A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.79%

 BLUE value IS 27 (10.94% from 255) = 8.28%

R = 73.93%
G = 17.79%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F13A1B (or 0xF13A1B) is known color: Red Orange. HEX triplet: F1, 3A and 1B. RGB value is (241,58,27). Sum of RGB (Red+Green+Blue) = 241+58+27=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13A1B is #0EC5E4. Grayscale: #6D6D6D. Windows color (decimal): -968165 or 1784561. OLE color: 1784561.

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

Color convert

RGB 241 58 27 -
CMYK 0 0.76 0.89 0.05
HSL 8.69º 0.88% 0.53% -
HSV(B) 8.69º 0.89% 0.95% -
XYZ 37.99 21.81 3.24 -
YUV 109.18 81.63 222.02 -
System Red Green Blue C M Y K H S L
Decimal 241 58 27 0 0.76 0.89 0.05 8.69 0.88 0.53
Hex F1 3A 1B 0 4C 59 5 9 58 35
Octal 361 72 33 0 114 131 5 11 130 65
Binary 11110001 111010 11011 0 1001100 1011001 101 1001 1011000 110101

Color Harmonies of #F13A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13A1B

Black with #F13A1B

Text Example


Text Example

White with #F13A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13A1B; }

 p { color: rgb(241,58,27); }

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

background-color css

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

 a { background-color: rgb(241,58,27); }

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

border-color css

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

 span { border-color: rgb(241,58,27); }

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