Html Css Color HEX #F1352B Red Orange

📋 copy color: '#F1352B'

red 241 ◦ green 53 ◦ blue 43

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

Shades of Red Orange #F1352B

Tints of Red Orange #F1352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

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

R = 71.51%
G = 15.73%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1352B (or 0xF1352B) is known color: Red Orange. HEX triplet: F1, 35 and 2B. RGB value is (241,53,43). Sum of RGB (Red+Green+Blue) = 241+53+43=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F1352B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1352B is #0ECAD4. Grayscale: #6C6C6C. Windows color (decimal): -969429 or 2831857. OLE color: 2831857.

HSL color Cylindrical-coordinate representation of color #F1352B: hue angle of 3.03º 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 #F1352B is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 53 43 -
CMYK 0 0.78 0.82 0.05
HSL 3.03º 0.88% 0.56% -
HSV(B) 3.03º 0.82% 0.95% -
XYZ 37.98 21.42 4.42 -
YUV 108.07 91.28 222.81 -
System Red Green Blue C M Y K H S L
Decimal 241 53 43 0 0.78 0.82 0.05 3.03 0.88 0.56
Hex F1 35 2B 0 4E 52 5 3 58 38
Octal 361 65 53 0 116 122 5 3 130 70
Binary 11110001 110101 101011 0 1001110 1010010 101 11 1011000 111000

Color Harmonies of #F1352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1352B

Black with #F1352B

Text Example


Text Example

White with #F1352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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