Html Css Color HEX #F1352A Red Orange

📋 copy color: '#F1352A'

red 241 ◦ green 53 ◦ blue 42

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

Shades of Red Orange #F1352A

Tints of Red Orange #F1352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 71.73%
G = 15.77%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1352A (or 0xF1352A) is known color: Red Orange. HEX triplet: F1, 35 and 2A. RGB value is (241,53,42). Sum of RGB (Red+Green+Blue) = 241+53+42=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1352A is #0ECAD5. Grayscale: #6C6C6C. Windows color (decimal): -969430 or 2766321. OLE color: 2766321.

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

Color convert

RGB 241 53 42 -
CMYK 0 0.78 0.83 0.05
HSL 3.32º 0.88% 0.55% -
HSV(B) 3.32º 0.83% 0.95% -
XYZ 37.97 21.41 4.32 -
YUV 107.96 90.78 222.89 -
System Red Green Blue C M Y K H S L
Decimal 241 53 42 0 0.78 0.83 0.05 3.32 0.88 0.55
Hex F1 35 2A 0 4E 53 5 3 58 37
Octal 361 65 52 0 116 123 5 3 130 67
Binary 11110001 110101 101010 0 1001110 1010011 101 11 1011000 110111

Color Harmonies of #F1352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1352A

Black with #F1352A

Text Example


Text Example

White with #F1352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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