Html Css Color HEX #F3352B Red Orange

📋 copy color: '#F3352B'

red 243 ◦ green 53 ◦ blue 43

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

Shades of Red Orange #F3352B

Tints of Red Orange #F3352B

RGB

 RED value IS 243 (95.31% from 255) = 71.68%

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

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

R = 71.68%
G = 15.63%
B = 12.68%

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

#F3352B (or 0xF3352B) is known color: Red Orange. HEX triplet: F3, 35 and 2B. RGB value is (243,53,43). Sum of RGB (Red+Green+Blue) = 243+53+43=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F3352B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3352B is #0CCAD4. Grayscale: #6C6C6C. Windows color (decimal): -838357 or 2831859. OLE color: 2831859.

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

Color convert

RGB 243 53 43 -
CMYK 0 0.78 0.82 0.05
HSL 0.89% 0.56% -
HSV(B) 0.82% 0.95% -
XYZ 38.67 21.78 4.45 -
YUV 108.67 90.95 223.81 -
System Red Green Blue C M Y K H S L
Decimal 243 53 43 0 0.78 0.82 0.05 3 0.89 0.56
Hex F3 35 2B 0 4E 52 5 3 59 38
Octal 363 65 53 0 116 122 5 3 131 70
Binary 11110011 110101 101011 0 1001110 1010010 101 11 1011001 111000

Color Harmonies of #F3352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3352B

Black with #F3352B

Text Example


Text Example

White with #F3352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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