Html Css Color HEX #F3352D Red Orange

📋 copy color: '#F3352D'

red 243 ◦ green 53 ◦ blue 45

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

Shades of Red Orange #F3352D

Tints of Red Orange #F3352D

RGB

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

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

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

R = 71.26%
G = 15.54%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3352D (or 0xF3352D) is known color: Red Orange. HEX triplet: F3, 35 and 2D. RGB value is (243,53,45). Sum of RGB (Red+Green+Blue) = 243+53+45=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F3352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3352D is #0CCAD2. Grayscale: #6D6D6D. Windows color (decimal): -838355 or 2962931. OLE color: 2962931.

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

Color convert

RGB 243 53 45 -
CMYK 0 0.78 0.81 0.05
HSL 2.42º 0.89% 0.56% -
HSV(B) 2.42º 0.81% 0.95% -
XYZ 38.71 21.79 4.65 -
YUV 108.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 243 53 45 0 0.78 0.81 0.05 2.42 0.89 0.56
Hex F3 35 2D 0 4E 51 5 2 59 38
Octal 363 65 55 0 116 121 5 2 131 70
Binary 11110011 110101 101101 0 1001110 1010001 101 10 1011001 111000

Color Harmonies of #F3352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3352D

Black with #F3352D

Text Example


Text Example

White with #F3352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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