Html Css Color HEX #F13B2B Red Orange

📋 copy color: '#F13B2B'

red 241 ◦ green 59 ◦ blue 43

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

Shades of Red Orange #F13B2B

Tints of Red Orange #F13B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.2%

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 70.26%
G = 17.2%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F13B2B (or 0xF13B2B) is known color: Red Orange. HEX triplet: F1, 3B and 2B. RGB value is (241,59,43). Sum of RGB (Red+Green+Blue) = 241+59+43=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13B2B is #0EC4D4. Grayscale: #6F6F6F. Windows color (decimal): -967893 or 2833393. OLE color: 2833393.

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

Color convert

RGB 241 59 43 -
CMYK 0 0.76 0.82 0.05
HSL 4.85º 0.88% 0.56% -
HSV(B) 4.85º 0.82% 0.95% -
XYZ 38.28 22 4.52 -
YUV 111.59 89.3 220.3 -
System Red Green Blue C M Y K H S L
Decimal 241 59 43 0 0.76 0.82 0.05 4.85 0.88 0.56
Hex F1 3B 2B 0 4C 52 5 5 58 38
Octal 361 73 53 0 114 122 5 5 130 70
Binary 11110001 111011 101011 0 1001100 1010010 101 101 1011000 111000

Color Harmonies of #F13B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13B2B

Black with #F13B2B

Text Example


Text Example

White with #F13B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13B2B; }

 p { color: rgb(241,59,43); }

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

background-color css

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

 a { background-color: rgb(241,59,43); }

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

border-color css

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

 span { border-color: rgb(241,59,43); }

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