Html Css Color HEX #F13B2D Red Orange

📋 copy color: '#F13B2D'

red 241 ◦ green 59 ◦ blue 45

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

Shades of Red Orange #F13B2D

Tints of Red Orange #F13B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 69.86%
G = 17.1%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F13B2D (or 0xF13B2D) is known color: Red Orange. HEX triplet: F1, 3B and 2D. RGB value is (241,59,45). Sum of RGB (Red+Green+Blue) = 241+59+45=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13B2D is #0EC4D2. Grayscale: #707070. Windows color (decimal): -967891 or 2964465. OLE color: 2964465.

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

Color convert

RGB 241 59 45 -
CMYK 0 0.76 0.81 0.05
HSL 4.29º 0.88% 0.56% -
HSV(B) 4.29º 0.81% 0.95% -
XYZ 38.31 22.02 4.71 -
YUV 111.82 90.3 220.14 -
System Red Green Blue C M Y K H S L
Decimal 241 59 45 0 0.76 0.81 0.05 4.29 0.88 0.56
Hex F1 3B 2D 0 4C 51 5 4 58 38
Octal 361 73 55 0 114 121 5 4 130 70
Binary 11110001 111011 101101 0 1001100 1010001 101 100 1011000 111000

Color Harmonies of #F13B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13B2D

Black with #F13B2D

Text Example


Text Example

White with #F13B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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