Html Css Color HEX #F13130 Red Orange

📋 copy color: '#F13130'

red 241 ◦ green 49 ◦ blue 48

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

Shades of Red Orange #F13130

Tints of Red Orange #F13130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.5%

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 71.3%
G = 14.5%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F13130 (or 0xF13130) is known color: Red Orange. HEX triplet: F1, 31 and 30. RGB value is (241,49,48). Sum of RGB (Red+Green+Blue) = 241+49+48=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F13130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13130 is #0ECECF. Grayscale: #6A6A6A. Windows color (decimal): -970448 or 3158513. OLE color: 3158513.

HSL color Cylindrical-coordinate representation of color #F13130: hue angle of 0.31º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F13130 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 48 -
CMYK 0 0.80 0.80 0.05
HSL 0.31º 0.87% 0.57% -
HSV(B) 0.31º 0.8% 0.95% -
XYZ 37.91 21.11 4.87 -
YUV 106.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 241 49 48 0 0.80 0.80 0.05 0.31 0.87 0.57
Hex F1 31 30 0 50 50 5 0 57 39
Octal 361 61 60 0 120 120 5 0 127 71
Binary 11110001 110001 110000 0 1010000 1010000 101 0 1010111 111001

Color Harmonies of #F13130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13130

Black with #F13130

Text Example


Text Example

White with #F13130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13130; }

 p { color: rgb(241,49,48); }

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

background-color css

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

 a { background-color: rgb(241,49,48); }

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

border-color css

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

 span { border-color: rgb(241,49,48); }

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