Html Css Color HEX #F3302E Red Orange

📋 copy color: '#F3302E'

red 243 ◦ green 48 ◦ blue 46

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

Shades of Red Orange #F3302E

Tints of Red Orange #F3302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.24%

 BLUE value IS 46 (18.36% from 255) = 13.65%

R = 72.11%
G = 14.24%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3302E (or 0xF3302E) is known color: Red Orange. HEX triplet: F3, 30 and 2E. RGB value is (243,48,46). Sum of RGB (Red+Green+Blue) = 243+48+46=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F3302E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3302E is #0CCFD1. Grayscale: #6A6A6A. Windows color (decimal): -839634 or 3027187. OLE color: 3027187.

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

Color convert

RGB 243 48 46 -
CMYK 0 0.80 0.81 0.05
HSL 0.61º 0.89% 0.57% -
HSV(B) 0.61º 0.81% 0.95% -
XYZ 38.51 21.37 4.68 -
YUV 106.08 94.1 225.66 -
System Red Green Blue C M Y K H S L
Decimal 243 48 46 0 0.80 0.81 0.05 0.61 0.89 0.57
Hex F3 30 2E 0 50 51 5 1 59 39
Octal 363 60 56 0 120 121 5 1 131 71
Binary 11110011 110000 101110 0 1010000 1010001 101 1 1011001 111001

Color Harmonies of #F3302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3302E

Black with #F3302E

Text Example


Text Example

White with #F3302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3302E; }

 p { color: rgb(243,48,46); }

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

background-color css

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

 a { background-color: rgb(243,48,46); }

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

border-color css

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

 span { border-color: rgb(243,48,46); }

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